} else {
if (is_null($this->CSS)) {
} else {
if (is_null($this->CSS)) {
$file = is_null($application) ? "www/lib/css/$CSS.css" : "www/applications/$application/views/css/$CSS.css";
if(is_null($this->CSS)) {
public function getMeta() {
return (is_null($this->meta) ? "" : ltrim($this->meta));
public function isTheme() {
$this->path = (!is_null($this->theme)) ? "www/lib/themes/$this->theme" : FALSE;
$theme = is_null($theme) ? get("webTheme") : $theme;
public function title($title = NULL) {
$this->title = is_null($title) ? get("webName") ." - ". get("webSlogan") : stripslashes($title) ." - ". get("webName");