View file top_reit/rustats.su/system/controller/chat.class.php
<?php
class chat{
public function index(){
Template::head('Чат топа');
Template::run(__CLASS__, 'index');
Template::foot();
}
}
?>
<?php
class chat{
public function index(){
Template::head('Чат топа');
Template::run(__CLASS__, 'index');
Template::foot();
}
}
?>