ArthurHoaro ba0fd80732 Improve theme dependent plugin placeholders: 7 years ago
..
404.html abe330b5e9 fix whitespace 8 years ago
addlink.html c133612f32 CSS: remove hardcoded style from templates 9 years ago
changepassword.html 8079dfd1cd W3C compliance (work on issue #64 - https://github.com/shaarli/Shaarli/issues/64): 9 years ago
changetag.html bdd1715b24 Use awesomplete as autocomplete lib and remove jQuery - shaarli/Shaarli#148 9 years ago
configure.html 2e193ad387 Fix variable in configure.php 8 years ago
daily.html dec5fe9c69 Cleanup: explicitely loop over PHP variables in templates 7 years ago
dailyrss.html dec5fe9c69 Cleanup: explicitely loop over PHP variables in templates 7 years ago
editlink.html da10377b3c Rename configuration keys and fix GLOBALS in templates 8 years ago
export.bookmarks.html dec5fe9c69 Cleanup: explicitely loop over PHP variables in templates 7 years ago
export.html bb4a23aa86 Export: allow prepending notes with the Shaarli instance's URL 8 years ago
feed.atom.html dec5fe9c69 Cleanup: explicitely loop over PHP variables in templates 7 years ago
feed.rss.html dec5fe9c69 Cleanup: explicitely loop over PHP variables in templates 7 years ago
import.html a973afeac7 Refactor bookmark import using a generic Netscape parser 8 years ago
includes.html 8f8113b94b Fixes #176 - Add opensearch functionality 8 years ago
install.html 329e076879 shaarli/Shaarli#34: Make update check optional 9 years ago
linklist.html ba0fd80732 Improve theme dependent plugin placeholders: 7 years ago
linklist.paging.html ba0fd80732 Improve theme dependent plugin placeholders: 7 years ago
loginform.html 85c4bdc235 Prefill the login field when the authentication has failed 8 years ago
opensearch.html 8f8113b94b Fixes #176 - Add opensearch functionality 8 years ago
page.footer.html 70860f30d5 Remove delicious from Shaarli description 8 years ago
page.header.html ba0fd80732 Improve theme dependent plugin placeholders: 7 years ago
page.html 450342737c Initial commit (version 0.0.40 beta) 11 years ago
picwall.html dec5fe9c69 Cleanup: explicitely loop over PHP variables in templates 7 years ago
pluginsadmin.html e3de09b4c8 Bugfix: display plugin parameter description only if it exists 7 years ago
readme.txt 450342737c Initial commit (version 0.0.40 beta) 11 years ago
tagcloud.html dec5fe9c69 Cleanup: explicitely loop over PHP variables in templates 7 years ago
tools.html 15ff4745ff Bugfix: enable change password if open shaarli is disabled 8 years ago

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"}


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