mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 02:10:37 +02:00
Monstra General Updates
This commit is contained in:
@@ -1,27 +1,40 @@
|
||||
<?php defined('MONSTRA_ACCESS') or die('No direct script access.');
|
||||
|
||||
/**
|
||||
* Monstra Engine
|
||||
* Monstra
|
||||
*
|
||||
* This source file is part of the Monstra Engine. More information,
|
||||
* documentation and tutorials can be found at http://monstra.org
|
||||
*
|
||||
* @package Monstra
|
||||
*
|
||||
* @author Romanenko Sergey / Awilum <awilum@msn.com>
|
||||
* @copyright 2012-2014 Romanenko Sergey / Awilum <awilum@msn.com>
|
||||
* @package Monstra
|
||||
* @author Romanenko Sergey / Awilum <awilum@msn.com>
|
||||
* @link http://monstra.org
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
|
||||
class Frontend
|
||||
{
|
||||
public static function main() { }
|
||||
public static function title() { return ''; }
|
||||
public static function description() { return ''; }
|
||||
public static function keywords() { return ''; }
|
||||
public static function template() { return 'index'; }
|
||||
public static function content() { return ''; }
|
||||
|
||||
public static function main()
|
||||
{
|
||||
}
|
||||
public static function title()
|
||||
{
|
||||
return '';
|
||||
}
|
||||
public static function description()
|
||||
{
|
||||
return '';
|
||||
}
|
||||
public static function keywords()
|
||||
{
|
||||
return '';
|
||||
}
|
||||
public static function template()
|
||||
{
|
||||
return 'index';
|
||||
}
|
||||
public static function content()
|
||||
{
|
||||
return '';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user