From 17613d090558dc2cd5e28e97917fe873c631e3ba Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Mon, 28 Jan 2013 12:06:00 -0500 Subject: Rework the stylesheet loading for the HTML5 player Move the standard stylesheet head lines into a separate include file, so that the player will actually do the standard and pick up the RTL and things like that. --- templates/header.inc.php | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'templates/header.inc.php') diff --git a/templates/header.inc.php b/templates/header.inc.php index 803147c9..3bc77dd1 100644 --- a/templates/header.inc.php +++ b/templates/header.inc.php @@ -25,7 +25,6 @@ if (INIT_LOADED != '1') { exit; } $web_path = Config::get('web_path'); $htmllang = str_replace("_","-",Config::get('lang')); $location = get_location(); -$theme_path = Config::get('theme_path') . '/templates'; ?> @@ -40,17 +39,7 @@ if (Config::get('use_rss')) { ?> <?php echo scrub_out(Config::get('site_title')); ?> - <?php echo $location['title']; ?> - - - - - - + -- cgit