aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/vintage/import.html
Commit message (Collapse)AuthorAgeFilesLines
* Process bookmarks import through Slim controllerArthurHoaro2020-07-231-1/+1
|
* Explicitly define base and asset path in templatesArthurHoaro2020-07-231-1/+1
| | | | | | | 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.
* Fix all relative link to work with new URLArthurHoaro2020-07-231-1/+1
|
* Fix a warning generated in return_bytes function and refactor itArthurHoaro2017-04-031-1/+1
| | | | | | It was multiplying a string containing a letter. Moved function to Utils.php and display a human readable limit size
* Move default template to vintage folderArthurHoaro2017-02-271-0/+33