Some HTML changes to reach HTML 4.01 Strict!

(New): Multi view include a minimal theme.

git-svn-id: http://piwigo.org/svn/trunk@1833 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital
2007-02-17 13:15:22 +00:00
parent 273ea4de5c
commit 25cd3c5f7e
4 changed files with 18 additions and 15 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ function set_admin_advice_add_css()
'head_element',
array(
'CONTENT' => '<link rel="stylesheet" type="text/css" '
. 'href="'.PHPWG_PLUGINS_PATH.'admin_advices/default-layout.css" />',
. 'href="'.PHPWG_PLUGINS_PATH.'admin_advices/default-layout.css">',
)
);
add_event_handler('loc_begin_page_tail', 'set_admin_advice' );