From 91737eb28bee0680bafa987657bb1f0768bbb97a Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Fri, 1 May 2015 16:03:40 -0400 Subject: [PATCH] also reference a js file with the name of the chosen css. This is so that we can use different popup window sizes for flat because it's text and buttons are so much larger. --- web/skins/classic/includes/functions.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/skins/classic/includes/functions.php b/web/skins/classic/includes/functions.php index f949cf4b6..f13d0f77e 100644 --- a/web/skins/classic/includes/functions.php +++ b/web/skins/classic/includes/functions.php @@ -26,6 +26,7 @@ function xhtmlHeaders( $file, $title ) $skinJsFile = getSkinFile( 'js/skin.js' ); $skinJsPhpFile = getSkinFile( 'js/skin.js.php' ); + $cssJsFile = getSkinFile( 'js/'.$css.'/skin.js' ); $basename = basename( $file, '.php' ); $viewCssFile = getSkinFile( '/css/'.$css.'/views/'.$basename.'.css' ); @@ -98,7 +99,10 @@ function xhtmlHeaders( $file, $title ) + +