VirtualTam 2c16e8e9a8 fix: ensure HTML tags are stripped from OpenGraph description před 5 roky
..
404.html 009ce93581 Move default template to vintage folder před 7 roky
addlink.html 009ce93581 Move default template to vintage folder před 7 roky
changepassword.html 009ce93581 Move default template to vintage folder před 7 roky
changetag.html 7e9bd977ee Webpack / Update front paths in template files před 6 roky
configure.html bf3c9934d2 Fix fatal error on daily page: use new thumbnail system před 5 roky
daily.html 8c75c43e7e Fix a bug making thumbnail to request the current page před 5 roky
dailyrss.html bf3c9934d2 Fix fatal error on daily page: use new thumbnail system před 5 roky
editlink.html 7e9bd977ee Webpack / Update front paths in template files před 6 roky
export.bookmarks.html 009ce93581 Move default template to vintage folder před 7 roky
export.html 009ce93581 Move default template to vintage folder před 7 roky
feed.atom.html 009ce93581 Move default template to vintage folder před 7 roky
feed.rss.html 009ce93581 Move default template to vintage folder před 7 roky
import.html 84315a3bad Fix a warning generated in return_bytes function and refactor it před 7 roky
includes.html 2c16e8e9a8 fix: ensure HTML tags are stripped from OpenGraph description před 5 roky
install.html 49bc541d79 Apply the new timezone template variables to the vintage theme před 7 roky
linklist.html 8c75c43e7e Fix a bug making thumbnail to request the current page před 5 roky
linklist.paging.html 89ccc83ba4 Login: update PageBuilder and default/vintage templates před 6 roky
loginform.html adf409716b fix: IP ban check for the Vintage theme před 6 roky
opensearch.html 009ce93581 Move default template to vintage folder před 7 roky
page.footer.html 738b1873c3 tpl: default/vintage: pluginsadmin: fix link to documentation před 6 roky
page.header.html 89ccc83ba4 Login: update PageBuilder and default/vintage templates před 6 roky
page.html 009ce93581 Move default template to vintage folder před 7 roky
picwall.html 8c75c43e7e Fix a bug making thumbnail to request the current page před 5 roky
pluginsadmin.html 7e9bd977ee Webpack / Update front paths in template files před 6 roky
readme.txt 009ce93581 Move default template to vintage folder před 7 roky
tag.cloud.html 5893529cf4 Move tagcloud template file to tag.cloud před 7 roky
thumbnails.html 28f2652460 Add a page to update all thumbnails through AJAX requests in both templates před 6 roky
tools.html e87f57c758 Remove Firefox Social API shaare před 6 roky

readme.txt

===== Shaarli template organisation =====

Any Shaarli page should conform to this RainTPL template:

-----------------------------------------------------

{include="includes"}


You body goes here...
{include="page.footer"}


-----------------------------------------------------

If you want to also add something in the page header (in the dark area), do it here:




Example: "Add new link" form:
-----------------------------------------------------

{include="includes"}


{include="page.footer"}


-----------------------------------------------------