function _lbea54caf945_scripts($_b, $_args)
    {
        foreach ($_args as $__k => $__v) {
            ${$__k} = $__v;
        }
        Latte\Macros\BlockMacros::callBlockParent($_b, 'scripts', get_defined_vars());
        ?>
<script>
$(document).ready(function(){
	$('#frm-categoryForm-send').on('click', function () {
    $(this).button('loading');    
	});
});
</script>
<?php 
    }
    function _lbc31fa7848c_head($_b, $_args)
    {
        foreach ($_args as $__k => $__v) {
            ${$__k} = $__v;
        }
        ?>
	<meta charset="utf-8">

	<title><?php 
        if (isset($_b->blocks["title"])) {
            ob_start();
            Latte\Macros\BlockMacros::callBlock($_b, 'title', $template->getParameters());
            echo $template->striptags(ob_get_clean());
            ?>
 | <?php 
        }
        ?>
Nette Sandbox</title>

	<link rel="stylesheet" media="screen,projection,tv" href="<?php 
        echo Latte\Runtime\Filters::escapeHtml(Latte\Runtime\Filters::safeUrl($basePath), ENT_COMPAT);
        ?>
/css/screen.css">
	<link rel="stylesheet" media="print" href="<?php 
        echo Latte\Runtime\Filters::escapeHtml(Latte\Runtime\Filters::safeUrl($basePath), ENT_COMPAT);
        ?>
/css/print.css">
	<link rel="stylesheet" href="<?php 
        echo Latte\Runtime\Filters::escapeHtml(Latte\Runtime\Filters::safeUrl($basePath), ENT_COMPAT);
        ?>
/multiple_load.php?phase=css_main&amp;version=1">
	<link rel="shortcut icon" href="<?php 
        echo Latte\Runtime\Filters::escapeHtml(Latte\Runtime\Filters::safeUrl($basePath), ENT_COMPAT);
        ?>
/favicon.ico">
<?php 
        call_user_func(reset($_b->blocks['scripts']), $_b, get_defined_vars());
    }
                            <hr>
                            Actual version of CodeIt Forum: 0.1 (First Phase)<br>
                            Created by: Martin Fiala
                        </div>

                    </div>
                    <div class="modal-footer">
                        <button class="btn" data-dismiss="modal" aria-hidden="true">OK</button>
                    </div>
                </div>
            </div>
        </div>

<?php 
Latte\Macros\BlockMacros::callBlock($_b, 'content', $template->getParameters());
?>

        <!-- END OF CONTENT -->                
        <div class="container-fluid">
            <div class="row">
                <div class="col-md-12 myFooter">
                    2014/2015 - Copyright c Martin Fiala.
                </div>
            </div>
        </div>




<?php 
?>
			</ul>
        </div>
      </div>
    </div>
	<div class="container">
<?php 
Latte\Macros\BlockMacros::callBlock($_b, 'content', $template->getParameters());
?>
		
	</div>
	<div class="container">
      <footer>
			<ol class="breadcrumb col-lg-4">
<?php 
Latte\Macros\BlockMacros::callBlock($_b, 'breadcrumbs', $template->getParameters());
?>
			</ol>	
			<ul class="list-inline col-lg-8 text-right">
				<li class="vcenter">&copy; MyWallet 2014</li>
			</ul>
      </footer>
    </div>

<?php 
call_user_func(reset($_b->blocks['scripts']), $_b, get_defined_vars());
?>
  </body>
</html>

    function _lb7ac5e85469_scripts($_b, $_args)
    {
        foreach ($_args as $__k => $__v) {
            ${$__k} = $__v;
        }
        Latte\Macros\BlockMacros::callBlockParent($_b, 'scripts', get_defined_vars());
        ?>
<script src="http://jush.sourceforge.net/jush.js"></script>
<script>
	jush.create_links = false;
	jush.highlight_tag('code');
	$('code.jush').each(function(){ $(this).html($(this).html().replace(/\x7B[/$\w].*?\}/g, '<span class="jush-latte">$&</span>')) });

	$('a[href^=#]').click(function(){
		$('html,body').animate({ scrollTop: $($(this).attr('href')).show().offset().top - 5 }, 'fast');
		return false;
	});
</script>
<?php 
    }