Two small code improvements
This commit is contained in:
parent
d0d6efd508
commit
c934866063
2 changed files with 2 additions and 2 deletions
|
@ -203,7 +203,7 @@ class Application_Model_Preference
|
|||
if (strlen($title) > 0)
|
||||
$title .= " - ";
|
||||
|
||||
return $title."Airtime";
|
||||
return $title.PRODUCT_NAME;
|
||||
}
|
||||
|
||||
public static function SetHeadTitle($title, $view=null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue