ErrorException [ Notice ]: Undefined variable: aside

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

147 <main>
148 <article<?php if ($content_class) { echo ' class="' . $content_class . '"'; } ?> role="main">
149 <?php echo $content ?>
150 </article>
151 <aside role="complementary">
152     <?php echo $aside ?>
153 </aside>
154 </main>
155 
156 <?php
157 echo View::factory('new/layout/footer')->render();
  1. APPPATH/views/new/layout.php [ 152 ] » 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 [ 510 ] » Kohana_View->__toString()

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

Environment