This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/modules/product/views/product/view.php
2013-11-29 11:45:36 +11:00

12 lines
253 B
PHP

<div id="page-title">
<h1><?php echo $o->title(); ?></h1>
<?php echo $o->description(); ?>
</div> <!-- /page-title -->
<div id="container">
<div class="span9">
<?php echo $o->description(TRUE); ?>
</div> <!-- /row -->
</div> <!-- /container -->