Файл: top_reit/rustats.su/system/controller/informer.class.php
Строк: 16
<?php
/**
------------------------------------------------------------------------
* Генерация счетчика
*
* @application PHPage Core
* @support http://phpage.ru
* @copyright Copyright (c) 2014 PHPage Group
* @author http://phpage.ru/PHPage/Group
* @documentation http://phpage.ru/documentation
* @license http://phpage.ru/license.txt (see attached file)
* @instruction http://phpage.ru/readme.txt (see attached file)
* @file /system/controller/counts.class.php
------------------------------------------------------------------------
*/
class informer{
public function seo(){
if(isset($_GET['get'])){
Template::run(__CLASS__, 'seo');
}
}
}
?>