mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Added badge count to client side nav, switched from js active nav to using php
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
|
||||
<div id="wrapper">
|
||||
<?php
|
||||
if(basename(parse_url($_SERVER["REQUEST_URI"], PHP_URL_PATH)) == "client.php"){
|
||||
if(basename(parse_url($_SERVER["REQUEST_URI"], PHP_URL_PATH)) == "client.php" or basename(parse_url($_SERVER["REQUEST_URI"], PHP_URL_PATH)) == "client_print.php"){
|
||||
include("client_side_nav.php");
|
||||
}else{
|
||||
include("side_nav.php");
|
||||
|
||||
Reference in New Issue
Block a user