zentaopms/extension/biz/flow/view/header.html.php
2023-05-16 10:50:42 +08:00

9 lines
342 B
PHP

<?php
if(isset($flowAction)) $action = $flowAction; // The view method has the $flowAction property instead of the $action property.
include $app->getModuleRoot() . 'common/view/header.html.php';
if(!empty($flow->css)) css::internal($flow->css);
if(!empty($action->css)) css::internal($action->css);
js::set('buildin', $flow->buildin);