Import as a global

This commit is contained in:
Isaac Connor 2020-08-16 20:08:26 -04:00
parent ea4edcbc94
commit 2021f561fa
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ function exportHeader($title) {
<title><?php echo $title ?></title> <title><?php echo $title ?></title>
<style> <style>
<?php <?php
global $css;
include(ZM_PATH_WEB.'/'.ZM_SKIN_PATH.'/css/base/export.css'); include(ZM_PATH_WEB.'/'.ZM_SKIN_PATH.'/css/base/export.css');
if ( $css != 'base' ) { if ( $css != 'base' ) {
include(ZM_PATH_WEB.'/'.ZM_SKIN_PATH.'/css/'.$css.'/export.css'); include(ZM_PATH_WEB.'/'.ZM_SKIN_PATH.'/css/'.$css.'/export.css');