first commit
This commit is contained in:
10
autoload/front/factory/class.SeoAdditional.php
Normal file
10
autoload/front/factory/class.SeoAdditional.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace front\factory;
|
||||
class SeoAdditional
|
||||
{
|
||||
public static function seo_active()
|
||||
{
|
||||
global $mdb;
|
||||
return $mdb -> select( 'pp_seo_additional', '*', [ 'status' => 1 ] );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user