Example #1
0
 public static function fullTitle()
 {
     if (isset($_SESSION['title'])) {
         return WEBSITE_TITLE . " - " . Session::title();
     }
     return WEBSITE_TITLE;
 }