Theme module and them to igfs add

This commit is contained in:
2025-01-19 21:23:53 +03:00
parent dac4db96af
commit 50c6ca98d8
12 changed files with 315 additions and 17 deletions

View File

@ -4,9 +4,9 @@
* @var \kernel\CgView $view
*/
$view->setTitle("Старт Bootstrap");
$view->setTitle("IT Guild Micro Framework");
$view->setMeta([
'description' => 'Дефолтная bootstrap тема'
'description' => 'Default IT Guild Micro Framework theme'
]);
?>
<!-- Page Header-->
@ -16,7 +16,7 @@ $view->setMeta([
<div class="col-md-10 col-lg-8 col-xl-7">
<div class="site-heading">
<h1>Clean Blog</h1>
<span class="subheading">A Blog Theme by Start Bootstrap</span>
<span class="subheading">A Blog Theme by IT Guild Micro Framework</span>
</div>
</div>
</div>