/**
  * Sets window title
  *
  * @param string $ps_title The window title
  * @return bool Always returns true
  */
 static function setWindowTitle($ps_title)
 {
     MetaTagManager::$ops_window_title = $ps_title;
     return true;
 }