Пример #1
0
        return $this->config['description'];
    }
    public function hasInterface()
    {
        return (bool) $this->config['interface'];
    }
    public function getInterface()
    {
        return $this->config['interface'];
    }
    public function getPublicPath()
    {
        return $this->public_path;
    }
}
Themes::bootstrap();
/**
 * Returns the title of the current page.
 * 
 * @package Theme
 * @return string The title. 
 */
function title()
{
    return Content::getTitle();
}
/**
 * Returns the contents of the current page.
 *
 * @package Theme
 * @return string The content.