ErrorException [ Notice ]: Undefined variable: imie

APPPATH/views/public/kontakt.php [ 9 ]

 4 <h4>Napisz do nas!</h4>
 5 </div>
 6 <form id="formkontakt">
 7 <div class="row">
 8 	<?php echo Form::label('imie', 'Imię'); ?>
 9 	<?php echo Form::input('imie', $imie); ?>
10 </div>
11 <div class="row">
12 	<?php echo Form::label('email', 'Podaj swój adres email'); ?>
13 	<?php echo Form::input('email', $email); ?>
14 </div>
  1. APPPATH/views/public/kontakt.php [ 9 ] » Kohana_Core::error_handler(arguments)

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

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

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

  5. APPPATH/views/public/index.php [ 37 ] » Kohana_View->__toString()

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

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

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

  9. APPPATH/classes/Controller/Temp.php [ 60 ] » Kohana_View->__toString()

  10. APPPATH/classes/Controller/Public.php [ 457 ] » Controller_Temp->templateIt(arguments)

  11. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Public->action_kontakt()

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

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

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

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

  16. DOCROOT/index.php [ 118 ] » Kohana_Request->execute()

Environment