| Current Path : /var/www/html/ajay/phpwebsite-1.8.x/themes/bootstrap/ |
| Current File : /var/www/html/ajay/phpwebsite-1.8.x/themes/bootstrap/theme.php |
<?php
javascript('bootstrap');
Layout::plug(Layout::getPageTitle(TRUE), 'SITE_TITLE');
$key = Key::getCurrent();
if(!is_null($key)) {
Layout::plug('active', 'CONTENT_PAGE');
}
?>