Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Light Bar
#8
Attached is the "lightbar.php" file, with a little bit of formatting,
fixed a none closing <p>
fixed logout button (misspelled)
and added site url to links.

Changed
Code:
<li><a href="/admin/pages.php"> <i class="fas fa-desktop"></i> <?php i18n('TAB_PAGES');?> </a></li>
to

Code:
<li><a href="<?php get_site_url(); ?>admin/pages.php"> <i class="fas fa-desktop"></i> <?php i18n('TAB_PAGES');?> </a></li>


GS Community Edition with php8.x compatibility, new features and much more!  Support Me


Reply


Messages In This Thread
Light Bar - by multicolor - 2019-02-15, 06:12:05
RE: Light Bar - by datiswous - 2019-02-15, 07:05:08
RE: Light Bar - by multicolor - 2019-02-15, 07:42:12
RE: Light Bar - by islander - 2019-03-22, 18:38:07
RE: Light Bar - by multicolor - 2019-03-22, 20:39:23
RE: Light Bar - by islander - 2019-03-22, 20:55:49
RE: Light Bar - by multicolor - 2019-03-22, 21:34:03
RE: Light Bar - by islander - 2019-03-23, 03:21:48
RE: Light Bar - by multicolor - 2019-03-26, 06:57:29



Users browsing this thread: 1 Guest(s)