* Fix bug for menu.
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
<?php if($forceReview) $config->story->create->requiredFields .= ',review';?>
|
||||
<?php js::set('showFields', $showFields);?>
|
||||
<?php js::set('requiredFields', $config->story->create->requiredFields);?>
|
||||
<?php js::set('storyType', $type);?>
|
||||
<div id="mainContent" class="main-content">
|
||||
<div class="main-header">
|
||||
<h2><?php echo $storyID ? $storyTitle . ' - ' . $this->lang->story->subdivide : $this->lang->story->batchCreate;?></h2>
|
||||
|
||||
Reference in New Issue
Block a user