mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Add option to control whether to execute external page as PHP and/or Rhymix template
This commit is contained in:
parent
af2c0bae95
commit
9edd52c328
4 changed files with 28 additions and 4 deletions
|
|
@ -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 = '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue