Added [Project Euler] to Navbar
This commit is contained in:
parent
7a7437e6d3
commit
5e2214a1e2
@ -53,6 +53,9 @@
|
|||||||
'items' =>
|
'items' =>
|
||||||
[
|
[
|
||||||
['label' => 'Home', 'url' => '/', 'active' => ($this->selectedNav === 'index')],
|
['label' => 'Home', 'url' => '/', 'active' => ($this->selectedNav === 'index')],
|
||||||
|
|
||||||
|
['label' => 'Project Euler', 'url' => '/blog/1/Project_Euler_with_Befunge', 'active' => false],
|
||||||
|
|
||||||
['label' => 'Blog', 'url' => '/blog', 'active' => ($this->selectedNav === 'blog')],
|
['label' => 'Blog', 'url' => '/blog', 'active' => ($this->selectedNav === 'blog')],
|
||||||
['label' => 'Programs', 'url' => '/programs', 'active' => ($this->selectedNav === 'prog')],
|
['label' => 'Programs', 'url' => '/programs', 'active' => ($this->selectedNav === 'prog')],
|
||||||
['label' => '', 'items' => ProgramHelper::GetProgDropDownList(), 'htmlOptions' => ['class' => 'dropdown-append']],
|
['label' => '', 'items' => ProgramHelper::GetProgDropDownList(), 'htmlOptions' => ['class' => 'dropdown-append']],
|
||||||
|
Loading…
Reference in New Issue
Block a user