Вход Регистрация
Файл: system/controllers/frontpage/hooks/ctype_after_update.php
Строк: 21
<?php

class onFrontpageCtypeAfterUpdate extends cmsAction {

    public function 
run($ctype){

        
$cfg cmsConfig::getInstance();

        if (
$cfg->frontpage == "content:{$ctype['name']}&& !$ctype['options']['list_on']){
            
$cfg->update('frontpage''none');
        }
        
        return 
true;

    }

}
Онлайн: 1
Реклама