* Adjust link for view story.

This commit is contained in:
daitingting
2018-05-25 16:47:48 +08:00
parent 1498e2441a
commit a220646406
+1 -1
View File
@@ -73,7 +73,7 @@
<?php if($storyID == 0): ?>
<a href='' id='preview' class='btn iframe hidden'><?php echo $lang->preview;?></a>
<?php else:?>
<?php echo html::a($this->createLink('story', 'view', "storyID=$storyID", '', true), $lang->preview, '', "class='btn iframe' id='preview'");?>
<?php echo html::a($this->createLink('story', 'view', "storyID=$storyID", '', true), $lang->preview, '', "class='btn' id='preview'");?>
<?php endif;?>
</span>
</div>