66da3998ef40165ad69433dc1cfa3c45a339e72a.file.sidebar_wrapper.tpl.php 2.34 KB
<?php /* Smarty version Smarty-3.1.21-dev, created on 2015-01-26 11:35:57
         compiled from "sidebar_wrapper.tpl" */ ?>
<?php /*%%SmartyHeaderCode:305957354c21ab3866429-79822300%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
  'file_dependency' => 
  array (
    '66da3998ef40165ad69433dc1cfa3c45a339e72a' => 
    array (
      0 => 'sidebar_wrapper.tpl',
      1 => 1422026804,
      2 => 'file',
    ),
  ),
  'nocache_hash' => '305957354c21ab3866429-79822300',
  'function' => 
  array (
  ),
  'version' => 'Smarty-3.1.21-dev',
  'unifunc' => 'content_54c21ab38f0659_17422113',
  'variables' => 
  array (
    'menu_pages' => 0,
    'page' => 0,
    'menu_sections' => 0,
    'section' => 0,
  ),
  'has_nocache_code' => false,
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_54c21ab38f0659_17422113')) {function content_54c21ab38f0659_17422113($_smarty_tpl) {?><!- sidebar wrapper ->
<div id="sidebar-wrapper">
	<ul class="sidebar-nav">
    	<li class="sidebar-brand">
			<a href="#">
				<img src="static/gfx/logo.svg" class="img-responsive"/>
			</a>
		</li>
                
		<?php  $_smarty_tpl->tpl_vars['page'] = new Smarty_Variable; $_smarty_tpl->tpl_vars['page']->_loop = false;
 $_from = $_smarty_tpl->tpl_vars['menu_pages']->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
foreach ($_from as $_smarty_tpl->tpl_vars['page']->key => $_smarty_tpl->tpl_vars['page']->value) {
$_smarty_tpl->tpl_vars['page']->_loop = true;
?>	
		<li class='has-sub'><a href='#'><?php echo $_smarty_tpl->tpl_vars['page']->value;?>
<i class='fa fa-chevron-right fa pull-right chevron-margin' id='valign-icon'></i></a>
			<ul>   
				<?php  $_smarty_tpl->tpl_vars['section'] = new Smarty_Variable; $_smarty_tpl->tpl_vars['section']->_loop = false;
 $_from = $_smarty_tpl->tpl_vars['menu_sections']->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
foreach ($_from as $_smarty_tpl->tpl_vars['section']->key => $_smarty_tpl->tpl_vars['section']->value) {
$_smarty_tpl->tpl_vars['section']->_loop = true;
?>   
				<li><a href=<?php echo $_smarty_tpl->tpl_vars['page']->value;?>
 class='sub-text-padding'><?php echo $_smarty_tpl->tpl_vars['section']->value;?>
</a></li>
				<?php } ?>
			</ul> 
		</li>
		<?php } ?>
	</ul>
</div>
<?php }} ?>