Add option to control whether to execute external page as PHP and/or Rhymix template

This commit is contained in:
Kijin Sung 2022-03-15 21:14:55 +09:00
parent af2c0bae95
commit 9edd52c328
4 changed files with 28 additions and 4 deletions

View file

@ -28,6 +28,8 @@ class pageAdminController extends page
$args->mid = $args->page_name; //because if mid is empty in context, set start page mid
$args->path = (!$args->path) ? '' : $args->path;
$args->mpath = (!$args->mpath) ? '' : $args->mpath;
$args->opage_proc_php = $args->opage_proc_php ?? 'N';
$args->opage_proc_tpl = $args->opage_proc_tpl ?? 'N';
unset($args->page_name);
if($args->use_mobile != 'Y') $args->use_mobile = '';