pageTitle = 'About - ' . Yii::app()->name;
$this->breadcrumbs=
[
'About'
];
$this->selectedNav = 'about';
?>
Welcome to my private homepage.
My name is Mike Schwörer, and this is my homepage. Mainly I will upload my programs here and sometimes I write something for my blog
If you want you can look at the things I programmed
loadFinishedData(); ?>
beginWidget('bootstrap.widgets.TbActiveForm',
[
'layout' => MsHtml::FORM_LAYOUT_HORIZONTAL
]);
?>
MsHtml::BUTTON_COLOR_PRIMARY)),
MsHtml::resetButton('Reset'),
],
[
'class' => 'cstm-background-white',
]); ?>
endWidget(); ?>