silence warnings

This commit is contained in:
Boden Garman 2015-09-10 12:18:20 +10:00
parent 9d47229fe7
commit 802ed0fd93
2 changed files with 3 additions and 3 deletions

View file

@ -55,4 +55,4 @@ $defaults['secondaryns'] = 'unconfigured.secondaryns'; # The value of the secon
$defaults['ttl'] = 3600; # Default TTL for records $defaults['ttl'] = 3600; # Default TTL for records
## UI Options ## UI Options
$menutype = horizontal; # horizontal|vertical - use a horizontal or vertical menu $menutype = 'horizontal'; # horizontal|vertical - use a horizontal or vertical menu

View file

@ -26,7 +26,7 @@ if (!is_logged_in() and isset($_POST['formname']) and $_POST['formname'] === "lo
<link href="jquery-ui/themes/base/jquery.ui.all.css" rel="stylesheet" type="text/css"/> <link href="jquery-ui/themes/base/jquery.ui.all.css" rel="stylesheet" type="text/css"/>
<link href="jtable/lib/themes/metro/blue/jtable.min.css" rel="stylesheet" type="text/css"/> <link href="jtable/lib/themes/metro/blue/jtable.min.css" rel="stylesheet" type="text/css"/>
<link href="css/base.css" rel="stylesheet" type="text/css"/> <link href="css/base.css" rel="stylesheet" type="text/css"/>
<?php if ($menutype === horizontal) { ?> <?php if ($menutype === 'horizontal') { ?>
<link href="css/horizontal-menu.css" rel="stylesheet" type="text/css"/> <link href="css/horizontal-menu.css" rel="stylesheet" type="text/css"/>
<?php } ?> <?php } ?>
<script src="jquery-ui/jquery-1.10.2.js" type="text/javascript"></script> <script src="jquery-ui/jquery-1.10.2.js" type="text/javascript"></script>
@ -103,7 +103,7 @@ if ($blocklogin === TRUE) {
<div id="wrap"> <div id="wrap">
<div id="dnssecinfo"> <div id="dnssecinfo">
</div> </div>
<div id="menu" class="jtable-main-container <?php if ($menutype === horizontal) { ?>horizontal<?php } ?>"> <div id="menu" class="jtable-main-container <?php if ($menutype === 'horizontal') { ?>horizontal<?php } ?>">
<div class="jtable-title menu-title"> <div class="jtable-title menu-title">
<div class="jtable-title-text"> <div class="jtable-title-text">
NSEdit! NSEdit!