mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-06 13:16:54 +02:00
15
engine/Plugin/Frontend.php
Normal file
15
engine/Plugin/Frontend.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Frontend class
|
||||
*/
|
||||
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 ''; }
|
||||
|
||||
}
|
Reference in New Issue
Block a user