Overview
Comment: | Fix home banner return |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | dev |
Files: | files | file ages | folders |
SHA1: |
ba4414f6b2cf7f9822c749d16d03b0ec |
User & Date: | bohwaz on 2020-12-02 10:28:06 |
Other Links: | branch diff | manifest | tags |
Context
2020-12-02
| ||
12:10 | Allow strings in openDialog check-in: e7d6cc08d8 user: bohwaz tags: dev | |
10:28 | Fix home banner return check-in: ba4414f6b2 user: bohwaz tags: dev | |
00:56 | Include global.js all the time, no need to ask for it check-in: 85270b560e user: bohwaz tags: dev | |
Changes
Modified src/www/admin/index.php from [3aa5eb7127] to [fdb29841a3].
︙ | |||
11 12 13 14 15 16 17 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | + - + + | $wiki = new Wiki; $page = $wiki->getByURI($config->get('accueil_connexion')); $tpl->assign('page', $page); $tpl->assign('custom_css', ['wiki.css']); $banner = null; |