С
return [
'templates' => [...]
];
Size: a a a
С
return [
'templates' => [...]
];
M
M
С
С
<?php
return [
'templates' => [
'Richtext' => [
'type' => 'richtext',
'class' => 'col-12'
]
]
];
M
M
M
M
M
ТК
<?php
Event::listen('evolution.OnPageNotFound', function($params){
$evo = EvolutionCMS();
switch($_GET['q']){
case 'account/personal':
if($evo->getLoginUserID()){
$evo->sendForward(22);
}else{
$evo->sendRedirect("/");
}
break;
E
<?php
Event::listen('evolution.OnPageNotFound', function($params){
$evo = EvolutionCMS();
switch($_GET['q']){
case 'account/personal':
if($evo->getLoginUserID()){
$evo->sendForward(22);
}else{
$evo->sendRedirect("/");
}
break;
P
AK
АЛ
К
AK
AK
AK
AK