Skip to content

Commit

Permalink
bug:config key: flashmessage , format: xxxx/xxxx
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyecommerce committed Sep 15, 2019
1 parent 38a4822 commit 4d13196
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/apphtml5/theme/base/html5/cms/article/index.php
Expand Up @@ -10,7 +10,7 @@
<div class="shopping-cart-img">
<?= $title ?>
</div>
<?= Yii::$service->page->widget->render('flashmessage'); ?>
<?= Yii::$service->page->widget->render('base/flashmessage'); ?>
<div class="mobile-container">
<div class="col-main">
<div>
Expand Down
Expand Up @@ -9,7 +9,7 @@
?>
<div class="main container one-column">
<div class="col-main">
<?= Yii::$service->page->widget->render('flashmessage'); ?>
<?= Yii::$service->page->widget->render('base/flashmessage'); ?>

<form action="<?= Yii::$service->url->getCurrentUrl(); ?>" method="post" id="onestepcheckout-form">
<?= \fec\helpers\CRequest::getCsrfInputHtml(); ?>
Expand Down Expand Up @@ -314,4 +314,4 @@ function ajaxreflush(){
</script>




0 comments on commit 4d13196

Please sign in to comment.