diff --git a/web/index.php b/web/index.php index 0df982e96..111a5b9e6 100644 --- a/web/index.php +++ b/web/index.php @@ -105,6 +105,7 @@ if ( ! in_array( $css, $css_skins ) ) { } define( "ZM_BASE_PATH", dirname( $_SERVER['REQUEST_URI'] ) ); +define( "ZM_SKIN_NAME", $skin ); define( "ZM_SKIN_PATH", "skins/$skin" ); $skinBase = array(); // To allow for inheritance of skins diff --git a/web/skins/classic/includes/export_functions.php b/web/skins/classic/includes/export_functions.php index c81377d9b..15f3e1720 100644 --- a/web/skins/classic/includes/export_functions.php +++ b/web/skins/classic/includes/export_functions.php @@ -27,7 +27,7 @@ function exportHeader( $title ) <?php echo $title ?>