Skip to content

Commit

Permalink
Head include modification
Browse files Browse the repository at this point in the history
- Make jQuery-UI CSS available to all pages
  • Loading branch information
egbot committed May 12, 2021
1 parent d6934c2 commit 49e7696
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions includes/head.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@
//$CUSTOM_CSS_PATH = '/css/symb/custom';
?>
<meta name="viewport" content="initial-scale=1.0, user-scalable=yes" />
<?php
if($activateJQuery){
//For an alternate jQuery UI styling, point link below to another css file
echo '<link href="'.$CLIENT_ROOT.'/css/jquery-ui.css" type="text/css" rel="stylesheet">';
}
?>
<link href="<?php echo $CLIENT_ROOT; ?>/css/jquery-ui.css" type="text/css" rel="stylesheet">
<link href="<?php echo $CLIENT_ROOT; ?>/css/base.css?ver=1" type="text/css" rel="stylesheet">
<link href="<?php echo $CLIENT_ROOT; ?>/css/main.css?ver=1" type="text/css" rel="stylesheet">

0 comments on commit 49e7696

Please sign in to comment.