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

  1. <?php /* Smarty version 2.5.0, created on 2003-04-28 19:42:21
  2.          compiled from examplesource.tpl */ ?>
  3. <?php $_smarty_tpl_vars = $this->_tpl_vars;
  4. $this->_smarty_include("header.tpl", array('title' => $this->_tpl_vars['title']));
  5. $this->_tpl_vars = $_smarty_tpl_vars;
  6. unset($_smarty_tpl_vars);
  7.  ?>
  8. <h1><?php echo $this->_tpl_vars['title']; ?>
  9. </h1>
  10. <?php echo $this->_tpl_vars['source']; ?>
  11.  
  12. <?php $_smarty_tpl_vars = $this->_tpl_vars;
  13. $this->_smarty_include("footer.tpl", array());
  14. $this->_tpl_vars = $_smarty_tpl_vars;
  15. unset($_smarty_tpl_vars);
  16.  ?>