static function setPageTitle($title, $fullEnable = false)
 {
     self::$pagetitle = !$fullEnable ? $title . ' | ' . self::$pagetitle : $title;
 }