diff options
author | rvelices <rv-github@modusoptimus.com> | 2007-09-27 22:46:17 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2007-09-27 22:46:17 +0000 |
commit | a3b23df6ef58811247c4d75da02edf7bad2d73e7 (patch) | |
tree | b2d1fec0c9630c57d87ad43826fa7d39f4dc5292 /template | |
parent | 08bc6015a702b92166f4380ea87823d42f883933 (diff) |
- admin, comments and tags pages include page_header later in the code (as in picture and index) allowing plugins to change the header until the very end
- fix in admin.php : picture_modify requires cache invalidation
- fix in site_update.php : some echo func calls changed to $template->output .= ...
- upgraded prototype.js to latest version 1.5.1.1
git-svn-id: http://piwigo.org/svn/trunk@2107 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/theme/dark/theme.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css index 08459ebb6..e4bda2bd7 100644 --- a/template/yoga/theme/dark/theme.css +++ b/template/yoga/theme/dark/theme.css @@ -117,4 +117,3 @@ A.navThumb, A.navThumb:hover { } .virtual_cat { background: #3f3f3f !important; } -#mbMenu #quicksearch > p { text-align: left; } |