init files
Dieser Commit ist enthalten in:
Ursprung
d41e3b5158
Commit
16ad56ae48
41 geänderte Dateien mit 8754 neuen und 0 gelöschten Zeilen
18
includes/include.mod_rewrite_content_top.php
Normale Datei
18
includes/include.mod_rewrite_content_top.php
Normale Datei
|
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
/**
|
||||
* Plugin mod_rewrite backend include file (in content-top frame)
|
||||
*
|
||||
* @date 22.04.2008
|
||||
* @author Murat Purc
|
||||
* @copyright © Murat Purc 2008
|
||||
* @package Contenido
|
||||
* @subpackage ModRewrite
|
||||
*/
|
||||
|
||||
defined('CON_FRAMEWORK') or die('Illegal call');
|
||||
|
||||
|
||||
$tpl = new Template();
|
||||
$tpl->generate(
|
||||
$cfg['path']['contenido'] . $cfg['path']['plugins'] . 'mod_rewrite/templates/content_top.html', 0, 0
|
||||
);
|
||||
Laden …
Tabelle hinzufügen
Einen Link hinzufügen
In neuem Issue referenzieren