aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/vintage/page.header.html
Commit message (Collapse)AuthorAgeFilesLines
* Vintage theme: display global messagesArthurHoaro2020-11-091-0/+24
|
* Move all admin controller into a dedicated groupArthurHoaro2020-08-131-1/+1
| | | | Also handle authentication check in a new middleware for the admin group.
* Use multi-level routes for existing controllers instead of 1 level everywhereArthurHoaro2020-07-231-7/+7
| | | | Also prefix most admin routes with /admin/
* Explicitly define base and asset path in templatesArthurHoaro2020-07-231-9/+9
| | | | | | | With the new routes, all pages are not all at the same folder level anymore (e.g. /shaare and /shaare/123), so we can't just use './' everywhere. The most consistent way to handle this is to prefix all path with the proper variable, and handle the actual path in controllers.
* Handle shaare creation/edition/deletion through Slim controllersArthurHoaro2020-07-231-2/+2
|
* Process tools page through Slim controllerArthurHoaro2020-07-231-2/+2
|
* Initialize admin Slim controllersArthurHoaro2020-07-231-1/+1
| | | | | | - Reorganize visitor controllers - Fix redirection with Slim's requests base path - Fix daily links
* RSS/ATOM feeds: process through Slim controllerArthurHoaro2020-07-231-2/+2
|
* Working version before optimizationArthurHoaro2020-07-231-2/+2
|
* Process tag cloud page through Slim controllerArthurHoaro2020-07-231-1/+1
|
* Process logout through Slim controllerArthurHoaro2020-07-231-3/+3
|
* Process picwall rendering through Slim controller + UTArthurHoaro2020-07-231-1/+1
|
* Fix all relative link to work with new URLArthurHoaro2020-07-231-8/+8
|
* Fix all existing links and redirection to ?do=loginArthurHoaro2020-01-261-1/+1
|
* Login: update PageBuilder and default/vintage templatesVirtualTam2018-06-021-2/+2
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Rename title link label to home link and apply it in vintage themeArthurHoaro2017-05-031-2/+2
| | | | Related to #853
* Move default template to vintage folderArthurHoaro2017-02-271-0/+59