shoppingmallv2 init...

This commit is contained in:
최준흠 2023-08-08 11:29:15 +09:00
parent bea8009722
commit 5742aa555a

View File

@ -1,7 +1,5 @@
<?= $this->extend('layouts/front') ?>
<?= $this->section('content') ?>
<?= var_export($viewDatas['entity'], true);
exit; ?>
<link href="/css/front/content.css" media="screen" rel="stylesheet" type="text/css" />
<div id="content">
<div><?= html_entity_decode($viewDatas['category']->head) ?></div>