Browse Source

fix body tag

main
ghost 3 years ago
parent
commit
0da32ebd10
  1. 6
      src/application/view/home.phtml

6
src/application/view/home.phtml

@ -38,9 +38,6 @@
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make
</div> </div>
</div> </div>
<div class="footer">
<?php include(PROJECT_DIR . '/application/controller/common/footer/user.php') ?>
</div>
</div> </div>
<div class="side"> <div class="side">
@ -59,3 +56,6 @@
</div> </div>
</div> </div>
<div class="footer">
<?php include(PROJECT_DIR . '/application/controller/common/footer/user.php') ?>
</div>
Loading…
Cancel
Save