1
0
mirror of https://github.com/danbee/neompc synced 2025-03-04 08:39:10 +00:00
neompc/smarty/templates_c/%%86^860^86006DCD%%browse.html.php
2010-07-19 17:48:02 +01:00

44 lines
2.3 KiB
PHP

<?php /* Smarty version 2.6.26, created on 2010-01-23 17:44:49
compiled from default/browse.html */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'escape', 'default/browse.html', 6, false),)), $this); ?>
<!--<ul id="crumb_trail">
<li><a href="<?php echo $this->_tpl_vars['home_link']; ?>
"><img src="templates/<?php echo $this->_tpl_vars['template']; ?>
/images/home.gif" alt="Home" /></a></li>
<?php $_from = $this->_tpl_vars['dir_list']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['dir_list_item']):
?>
<li>&bull; <a href="index.php?browse=<?php echo $this->_tpl_vars['dir_list_item']['path']; ?>
"><?php echo ((is_array($_tmp=$this->_tpl_vars['dir_list_item']['name'])) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
</a></li>
<?php endforeach; endif; unset($_from); ?>
</ul>-->
<div id="list_header">
<div id="buttons"><a href="index.php?action=playall"><img src="templates/<?php echo $this->_tpl_vars['template']; ?>
/images/playall.png" /></a> <a href="index.php?action=addall"><img src="templates/<?php echo $this->_tpl_vars['template']; ?>
/images/addall.png" /></a></div>
<?php if ($this->_tpl_vars['browse_parent_link']): ?><a href="index.php?browse=<?php echo $this->_tpl_vars['browse_parent_link']; ?>
" id="browse_back">&nbsp;</a><?php endif; ?>
<p><?php echo ((is_array($_tmp=$this->_tpl_vars['browse_header'])) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
</p>
</div>
<div id="list">
<ul class="list">
<?php $_from = $this->_tpl_vars['browselist']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['browselist_item']):
?>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "default/browselist_item.html", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>
<?php endforeach; endif; unset($_from); ?>
</ul>
</div>