aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/themeconf.inc.php (follow)
Commit message (Collapse)AuthorAgeFilesLines
* moved inline css in theme.cssflop252013-01-291-1/+0
| | | | | | | removed useless theme conf ready for rc git-svn-id: http://piwigo.org/svn/trunk@20452 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2820 & bug:2684flop252013-01-141-0/+1
| | | | | | | | | | | add $conf['maxRequests'] perf enhanced : declare once {combine_script} add one loading gif, fixed at the bottom right of the page display an icon for picture loading, and an error icon if ajax failed : might need to be integrated in sprite.png ToDo picture page/clean up unused loader gif/sleep above all. git-svn-id: http://piwigo.org/svn/trunk@20161 68402e56-0260-453c-a942-63ccdbb3a9ee
* adding a conf img_dir and a loader : ajax-loader-big.gif 128x128flop252012-07-081-0/+1
| | | | | | bug:2684 git-svn-id: http://piwigo.org/svn/trunk@16502 68402e56-0260-453c-a942-63ccdbb3a9ee
* Rollback revision 5923patdenice2010-04-291-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@6004 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix display of thumbnail in IE8 (replaced conditional css includes as it ↵rvelices2010-04-191-1/+0
| | | | | | | | 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
* - allow template class to be instantiated with an empty theme (in plugins ↵rvelices2010-03-181-1/+2
| | | | | | | | | for example) - local_head must now be defined in the themeconf.inc.php otherwise not taken into account (avoid several calls to file_exists) - renamed themeconf['theme'] to themeconf['name'] (this is what it is themeconf[theme] is confusing) git-svn-id: http://piwigo.org/svn/trunk@5177 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 1502: based on Dotclear model, P@t has reorganized the way Piwigoplegall2010-03-131-0/+7
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