ErrorException [ Notice ]: Undefined variable: aside

APPPATH/views/new/layout.php [ 167 ]

162 <main>
163 <article<?php if ($content_class) { echo ' class="' . $content_class . '"'; } ?> role="main">
164 <?php echo $content ?>
165 </article>
166 <aside role="complementary">
167     <?php echo $aside ?>
168 </aside>
169 </main>
170 
171 <?php
172 echo View::factory('new/layout/footer')->render();
  1. APPPATH/views/new/layout.php [ 167 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/kohana/view.php [ 49 ] » include(arguments)

  3. SYSPATH/classes/kohana/view.php [ 303 ] » Kohana_View::capture(arguments)

  4. SYSPATH/classes/kohana/view.php [ 193 ] » Kohana_View->render()

  5. APPPATH/bootstrap.php [ 634 ] » Kohana_View->__toString()

  6. DOCROOT/index.php [ 104 ] » require(arguments)

Environment