From 25cd3c5f7e10561e995d1c692459567722567246 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sat, 17 Feb 2007 13:15:22 +0000 Subject: 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 --- plugins/admin_advices/main.inc.php | 2 +- plugins/admin_multi_view/controller.php | 7 +++++-- template/yoga/admin/ws_checker.tpl | 22 +++++++++++----------- template/yoga/profile_content.tpl | 2 +- 4 files changed, 18 insertions(+), 15 deletions(-) diff --git a/plugins/admin_advices/main.inc.php b/plugins/admin_advices/main.inc.php index b720ecfa9..6b6445a65 100644 --- a/plugins/admin_advices/main.inc.php +++ b/plugins/admin_advices/main.inc.php @@ -19,7 +19,7 @@ function set_admin_advice_add_css() 'head_element', array( 'CONTENT' => '', + . 'href="'.PHPWG_PLUGINS_PATH.'admin_advices/default-layout.css">', ) ); add_event_handler('loc_begin_page_tail', 'set_admin_advice' ); diff --git a/plugins/admin_multi_view/controller.php b/plugins/admin_multi_view/controller.php index a4566ed69..ee4dec452 100644 --- a/plugins/admin_multi_view/controller.php +++ b/plugins/admin_multi_view/controller.php @@ -44,6 +44,7 @@ if ( isset($_GET['lang']) ) } $my_url = get_root_url().'plugins/'.basename(dirname(__FILE__)).'/'.basename(__FILE__); +$my_theme = get_root_url().'template/'.$user['template'].'/theme/'.$user['theme'].'/theme.css'; $themes_html='Theme: '; Controller - +