Source for file include.mod_rewrite_content_top.php

Documentation is available at include.mod_rewrite_content_top.php

  1. <?php
  2. /**
  3.  * Plugin mod_rewrite backend include file (in content-top 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. if(!defined('CON_FRAMEWORK')) {
  13.     die('Illegal call');
  14. }
  15.  
  16.  
  17. if (isset($_REQUEST['cfg']|| !isset($contenido)) exit()}
  18.  
  19. $tpl new Template();
  20. $tpl->generate(
  21.     $cfg['path']['contenido'$cfg['path']['plugins''mod_rewrite/templates/content_top.html'00
  22. );

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