Source for file include.mod_rewrite_menu.php

Documentation is available at include.mod_rewrite_menu.php

  1. <?php
  2. /**
  3.  * Plugin mod_rewrite backend include file  (in menu frame)
  4.  *
  5.  * @date        22.04.2008
  6.  * @author      Murat Purc
  7.  * @copyright   © Murat Purc 2008
  8.  * @package     Contenido
  9.  * @subpackage  ModRewrite
  10.  */
  11.  
  12.  
  13. if(!defined('CON_FRAMEWORK')) {
  14.     die('Illegal call');
  15. }
  16.  
  17. if (isset($_REQUEST['cfg']|| !isset($contenido)) exit()}
  18.  
  19. $tpl new Template();
  20. $tpl->set('s''SESSID'$contenido);
  21. $tpl->generate(
  22.     $cfg['path']['contenido'$cfg['path']['plugins''mod_rewrite/templates/menu.html'00
  23. );

Documentation generated on Sun, 03 Aug 2008 22:22:10 +0200 by phpDocumentor 1.4.0