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