home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 June / PCpro_2005_06.ISO / files / opensource / xamp / xampp-win32.exe / xampp / filesource.tpl < prev    next >
Encoding:
Text File  |  2004-03-24  |  856 b   |  20 lines

  1. <?php /* Smarty version 2.5.0, created on 2003-04-23 22:06:50
  2.          compiled from filesource.tpl */ ?>
  3. <?php ob_start(); ?>File Source for <?php echo $this->_tpl_vars['name']; ?>
  4. <?php $this->_smarty_vars['capture']['tutle'] = ob_get_contents(); ob_end_clean(); ?>
  5. <?php $_smarty_tpl_vars = $this->_tpl_vars;
  6. $this->_smarty_include("header.tpl", array('title' => $this->_smarty_vars['capture']['tutle']));
  7. $this->_tpl_vars = $_smarty_tpl_vars;
  8. unset($_smarty_tpl_vars);
  9.  ?>
  10. <h1 align="center">Source for file <?php echo $this->_tpl_vars['name']; ?>
  11. </h1>
  12. <p>Documentation is available at <?php echo $this->_tpl_vars['docs']; ?>
  13. </p>
  14. <?php echo $this->_tpl_vars['source']; ?>
  15.  
  16. <?php $_smarty_tpl_vars = $this->_tpl_vars;
  17. $this->_smarty_include("footer.tpl", array());
  18. $this->_tpl_vars = $_smarty_tpl_vars;
  19. unset($_smarty_tpl_vars);
  20.  ?>