Update template.php

This commit is contained in:
Nate 2019-11-12 02:15:00 -07:00
parent 50e57e26aa
commit 7ec6fe483a
2 changed files with 2 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -53,7 +53,6 @@ echo "<link rel='stylesheet' type='text/css' href='<!--{project_path}-->/resourc
echo "<title><!--{title}--></title>\n";
echo "<script language='JavaScript' type='text/javascript' src='<!--{project_path}-->/resources/jquery/jquery-3.4.1.min.js'></script>\n";
//echo "<script src='https://code.jquery.com/jquery-migrate-3.1.0.js'></script>\n";
echo "<script language='JavaScript' type='text/javascript' src='<!--{project_path}-->/resources/jquery/jquery.autosize.input.js'></script>\n";
echo "<script language='JavaScript' type='text/javascript' src='<!--{project_path}-->/resources/momentjs/moment-with-locales.min.js'></script>\n";
echo "<script language='JavaScript' type='text/javascript' src='<!--{project_path}-->/resources/bootstrap/js/bootstrap.min.js'></script>\n";
@ -717,8 +716,7 @@ if (!$default_login) {
echo " </ul>\n";
echo " <ul class='navbar-nav ml-auto'>
\n";
echo " <ul class='navbar-nav ml-auto'>\n";
//domain name/selector
if ($_SESSION["username"] != '' && permission_exists("domain_select") && count($_SESSION['domains']) > 1 && $_SESSION['theme']['domain_visible']['text'] == 'true') {
echo " <li class='nav-item'>\n";