header.html.php 342 B

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