CMS MADE SIMPLE FORGE

CMS Made Simple Core

 

[#6712] Change AdminTheme class to display Page Name before Site Name in admin

avatar
Created By: Robin (Cerulean)
Date Submitted: 2011-07-29 03:24

Assigned To: Goran Ilic (uniqu3)
Resolution: Won't Fix
State: Closed
Summary:
Change AdminTheme class to display Page Name before Site Name in admin
Detailed Description:
In class.admintheme.inc.php, change the line
<title><?php echo $this->cms->siteprefs['sitename'] ." - ". $this->title
?></title>
to
<title><?php echo $this->title ." - ". $this->cms->siteprefs['sitename']
?></title>

That way it's easier to find the tab you need in your browser. Currently if you
have several admin tabs open all the tabs display "Sitename..." because of the
limited width of browser tabs.

History

Comments
avatar
Date: 2012-04-06 04:33
Posted By: Ronny Krijt (ronnyk)

Goran,

please check validity.

Ronny
      
avatar
Date: 2013-09-18 00:41
Posted By: Robert Campbell (calguy1000)

you could always fork the admin theme and create your own.
      
Updates

Updated: 2013-09-18 00:41
resolution_id: 5 => 8
state: Open => Closed

Updated: 2012-04-06 04:33
assigned_to_id: 100 => 13306

Updated: 2011-07-29 03:28
description: In class.admintheme.inc.php, change the line <?php echo $this->cms->siteprefs['sitename'] ." - ". $this->title ?> to <?php echo $this->title ." - ". $this->cms->siteprefs['sitename'] ?> That way it's easier to find the => In class.admintheme.inc.php, change the line <?php echo $this->cms->siteprefs['sitename'] ." - ". $this->title ?> to <?php echo $this->title ." - ". $this->cms->siteprefs['sitename'] ?> That way it's easier to find the
resolution_id: => 5