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 - here i upload program i write in my free time and sometimes i even write a blog entry.
If you want you can look at the things I programd
loadFinishedData(); ?>
beginWidget('bootstrap.widgets.TbActiveForm',
[
'layout' => MsHtml::FORM_LAYOUT_HORIZONTAL
]);
?>
MsHtml::BUTTON_COLOR_PRIMARY)),
MsHtml::resetButton('Reset'),
],
[
'class' => 'cstm-background-white',
]); ?>
endWidget(); ?>