home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / tutorial_tree.tpl < prev    next >
Encoding:
Text File  |  2004-03-24  |  510 b   |  11 lines

  1. <?php /* Smarty version 2.5.0, created on 2003-05-17 22:30:48
  2.          compiled from tutorial_tree.tpl */ ?>
  3. <?php $this->_load_plugins(array(
  4. array('modifier', 'strip_tags', 'tutorial_tree.tpl', 2, false),)); ?><ul>
  5.     <li type="square"><a href="<?php echo $this->_tpl_vars['main']['link']; ?>
  6. "><?php echo $this->_run_mod_handler('strip_tags', true, $this->_tpl_vars['main']['title']); ?>
  7. </a>
  8. <?php if ($this->_tpl_vars['kids']): ?><?php echo $this->_tpl_vars['kids']; ?>
  9. </li><?php endif; ?>
  10. </ul>
  11.