Navigation Odhlásit

Přihlášení uživatele



Zapomenuté heslo?

ErrorException [ Warning ]: Invalid argument supplied for foreach()

APPPATH/views/static/sidebar.php [ 20 ]

15 			<ul id="sidebar_menu">
16 				<li id="sidebar_menu_home" <?php if(!empty($home)){echo 'class="active"';}?>>
17 					<a href="/"><span class="abs"></span>Domů</a>
18 				</li>
19 				<?php
20 				foreach($menu as $it)
21 				{
22 					if(!empty($it))
23 					{
24 						foreach($it as $mn=>$menu_item)
25 						{
  1. APPPATH/views/static/sidebar.php [ 20 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  3. SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)

  4. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  5. APPPATH/views/template.php [ 23 ] » Kohana_View->__toString()

  6. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  7. SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)

  8. SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()

  9. APPPATH/classes/Controller/Theme.php [ 122 ] » Kohana_Controller_Template->after()

  10. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Theme->after()

  11. {PHP internal call} » Kohana_Controller->execute()

  12. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 94 ] » ReflectionMethod->invoke(arguments)

  13. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  14. SYSPATH/classes/Kohana/Request.php [ 1000 ] » Kohana_Request_Client->execute(arguments)

  15. DOCROOT/index.php [ 122 ] » Kohana_Request->execute()

Environment