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_multi_view/controller.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'plugins/admin_multi_view/controller.php') 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 - +