Theme: Side Menu > New Default Logo Files
This commit is contained in:
parent
5166a9a1d8
commit
a34073a0e0
Binary file not shown.
|
After Width: | Height: | Size: 133 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
|
|
@ -618,7 +618,7 @@
|
||||||
$menu_brand_link = '/';
|
$menu_brand_link = '/';
|
||||||
}
|
}
|
||||||
//show the menu brand image and/or text
|
//show the menu brand image and/or text
|
||||||
$menu_brand_image = $_SESSION['theme']['menu_side_brand_image']['text'] != '' ? $_SESSION['theme']['menu_side_brand_image']['text'] : PROJECT_PATH."/themes/default/images/logo_side.png";
|
$menu_brand_image = $_SESSION['theme']['menu_side_brand_image']['text'] != '' ? $_SESSION['theme']['menu_side_brand_image']['text'] : PROJECT_PATH."/themes/default/images/logo_side_white.png";
|
||||||
$menu_brand_text = ($_SESSION['theme']['menu_brand_text']['text'] != '') ? escape($_SESSION['theme']['menu_brand_text']['text']) : "FusionPBX";
|
$menu_brand_text = ($_SESSION['theme']['menu_brand_text']['text'] != '') ? escape($_SESSION['theme']['menu_brand_text']['text']) : "FusionPBX";
|
||||||
if ($_SESSION['theme']['menu_brand_type']['text'] == 'image' || $_SESSION['theme']['menu_brand_type']['text'] == '') {
|
if ($_SESSION['theme']['menu_brand_type']['text'] == 'image' || $_SESSION['theme']['menu_brand_type']['text'] == '') {
|
||||||
echo "<a href='".$menu_brand_link."' style='text-decoration: none;'>";
|
echo "<a href='".$menu_brand_link."' style='text-decoration: none;'>";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue