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

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


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