first commit
This commit is contained in:
17
autoload/admin/view/class.SeoAdditional.php
Normal file
17
autoload/admin/view/class.SeoAdditional.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
namespace admin\view;
|
||||
class SeoAdditional
|
||||
{
|
||||
public static function element_edit( $element = '' )
|
||||
{
|
||||
$tpl = new \Tpl;
|
||||
$tpl -> element = $element;
|
||||
return $tpl -> render( 'seo-additional/element-edit' );
|
||||
}
|
||||
|
||||
public static function main_view()
|
||||
{
|
||||
$tpl = new \Tpl;
|
||||
return $tpl -> render( 'seo-additional/main-view' );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user