aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template/header.tpl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* clean HTML code of header and footermistic1002014-06-131-32/+43
| | | | git-svn-id: http://piwigo.org/svn/trunk@28690 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2772: remove "Home" from html title pages on index pages - partial ↵rvelices2012-11-301-1/+1
| | | | | | revert change of breadcrumb title on home page git-svn-id: http://piwigo.org/svn/trunk@19233 68402e56-0260-453c-a942-63ccdbb3a9ee
* doctype is html5 - less restrictivie than html 4 strict (which we are not ↵rvelices2012-10-271-1/+1
| | | | | | compatible with anyway)... git-svn-id: http://piwigo.org/svn/trunk@18756 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2772: remove "Home" from html title pages on index pagesrvelices2012-10-131-4/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@18637 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2599: load jQuery by default on gallery side, in footerplegall2012-03-261-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@13763 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2598: add sizes XXS and XSplegall2012-03-231-0/+2
| | | | | | | | | | | new label for sizes On picture.php, the current size is "checked" and javascript refreshed when switched (with jQuery) jQuery loaded by default on header.tpl (already loaded by thumbnails.tpl) git-svn-id: http://piwigo.org/svn/trunk@13683 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2368 : added link rel canonical on picture pagervelices2012-02-071-1/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@13048 68402e56-0260-453c-a942-63ccdbb3a9ee
* trunk admin theme goes with combine_script instead of old style known_script rvelices2010-12-041-2/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@7995 68402e56-0260-453c-a942-63ccdbb3a9ee
* new template feature: combine_css rvelices2010-12-031-7/+8
| | | | | | | | - fully functional with file merging - takes care of url() in css and recursively merge all @import - migrated public templates only; need more code doc git-svn-id: http://piwigo.org/svn/trunk@7987 68402e56-0260-453c-a942-63ccdbb3a9ee
* new template features: combine_script, footer_script and get_combined_scriptsrvelices2010-12-021-1/+4
| | | | | | migrated public templates only; need more code doc git-svn-id: http://piwigo.org/svn/trunk@7975 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merge r7473 from br2.1 to trunkGotcha2010-10-291-2/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@7474 68402e56-0260-453c-a942-63ccdbb3a9ee
* Merge r7424 to trunk from br2.1Gotcha2010-10-271-0/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@7426 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6713 from branch 2.1 to trunkplegall2010-07-271-1/+1
| | | | | | | bug 1757 fixed: ability to use HTML in author field git-svn-id: http://piwigo.org/svn/trunk@6714 68402e56-0260-453c-a942-63ccdbb3a9ee
* Fix: Smarty error on local_head = ''vdigital2010-06-241-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@6594 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6460 from branch 2.1 to trunkplegall2010-06-031-1/+1
| | | | | | | | feture 1712 : backmerge r6454, useless feature. It can be done another way without changing core code. git-svn-id: http://piwigo.org/svn/trunk@6461 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r6454 from branch 2.1 to trunkplegall2010-06-031-1/+1
| | | | | | | feature 1712: ability to add a CSS class on body git-svn-id: http://piwigo.org/svn/trunk@6455 68402e56-0260-453c-a942-63ccdbb3a9ee
* Rollback revision 5923patdenice2010-04-291-13/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@6004 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1502: Add $themeconf['load_parent_css'] parameterpatdenice2010-04-291-0/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@5991 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix display of thumbnail in IE8 (replaced conditional css includes as it ↵rvelices2010-04-191-1/+13
| | | | | | | | was in version 2.0) - remove local_head.tpl for default theme (avoid loading another file on every page hit - put the content of local_head.tpl in header.tpl) git-svn-id: http://piwigo.org/svn/trunk@5923 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1502: Load local head after theme.css.patdenice2010-03-291-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5454 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug fixed: the language keys used end with a whitespace, but it was removedplegall2010-03-231-1/+1
| | | | | | in the language file. git-svn-id: http://piwigo.org/svn/trunk@5292 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1502: replace the theme.name by theme.id for theme.css loadplegall2010-03-191-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@5190 68402e56-0260-453c-a942-63ccdbb3a9ee
* Feature 1502: merge multiple css files into theme.css in default theme.patdenice2010-03-131-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@5129 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1502: based on Dotclear model, P@t has reorganized the way Piwigoplegall2010-03-131-0/+73
manages template/theme in a simpler "theme only level" architecture. It supports multiple level inheritance. git-svn-id: http://piwigo.org/svn/trunk@5123 68402e56-0260-453c-a942-63ccdbb3a9ee