Bootstrap 5 cont

This commit is contained in:
Joey Kimsey
2024-12-11 07:50:14 -05:00
parent aaefd66350
commit 7bef832417
11 changed files with 83 additions and 70 deletions

View File

@ -30,6 +30,7 @@ class BlogLoader extends DefaultLoader {
Components::set('SIDEBAR', Views::simpleView('blog.sidebar', $posts->recent(5)));
Components::set('SIDEBAR2', Views::simpleView('blog.sidebar2', $posts->archive()));
Components::set('SIDEBARABOUT', Views::simpleView('blog.about'));
Components::set('BLOGFEATURES', '');
Navigation::setCrumbComponent( 'BLOG_BREADCRUMBS', Input::get( 'url' ) );
Components::set( 'BLOG_TEMPLATE_URL', Template::parse( '{ROOT_URL}app/plugins/comments/' ) );
$this->addCss( '<link rel="stylesheet" href="{BLOG_TEMPLATE_URL}css/comments.css">' );