Html->charset(); ?>
= h($this->fetch('title')); ?>
Assets->favicon() ?>
Assets->css('/build/css/dashboard.min.css?ver=' . APP_VERSION);
} else {
echo $this->Assets->css('/vendor/bootstrap/css/bootstrap.min.css?ver=' . APP_VERSION);
echo $this->Assets->css('/vendor/font-awesome/css/font-awesome.min.css?ver=' . APP_VERSION);
echo $this->Assets->css('/vendor/dashboard/css/AdminLTE.min.css?ver=' . APP_VERSION);
echo $this->Assets->css('/vendor/dashboard/css/skins/_all-skins.min.css?ver=' . APP_VERSION);
echo $this->Assets->css('/css/app.css?ver=' . APP_VERSION);
}
echo $this->fetch('meta');
echo $this->fetch('css');
echo $this->fetch('script');
?>
fetch('scriptTop') ?>
disable_ads && !empty(get_option('ad_member'))) : ?>
Flash->render() ?>
fetch('content') ?>
element('js_vars'); ?>
Assets->script('/build/js/dashboard.min.js?ver=' . APP_VERSION);
} else {
echo $this->Assets->script('/vendor/jquery.min.js?ver=' . APP_VERSION);
echo $this->Assets->script('/vendor/bootstrap/js/bootstrap.min.js?ver=' . APP_VERSION);
echo $this->Assets->script('/vendor/clipboard.min.js?ver=' . APP_VERSION);
echo $this->Assets->script('/vendor/conditionize.jquery.js?ver=' . APP_VERSION);
echo $this->Assets->script('/js/app.js?ver=' . APP_VERSION);
echo $this->Assets->script('/vendor/dashboard/js/app.min.js?ver=' . APP_VERSION);
}
?>
fetch('scriptBottom') ?>
Thanks 👍
ReplyDelete