mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 18:01:31 +02:00
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:
@@ -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' );
|
||||
|
||||
Reference in New Issue
Block a user