Exemple #1
0
			</h4>
			<p><?php 
            SearchModel::mana_replace($value->description);
            ?>
</p>
			<p><em><?php 
            echo htmlentities($value->flavor);
            ?>
</em></p>
		</div>
	</div>

	<div class="clearfix"></div>

			<?php 
            SearchModel::getItemInventory($value->name);
            if (!isset($stock)) {
                ?>
			<div class="table-responsive col-lg-12 listings">
		            <table class="table table-striped table-hover table-bordered">
		                <tbody>
		                    <?php 
                foreach ($this->item as $key => $k) {
                    ?>
		                      <tr>
		                          <td><?php 
                    echo htmlentities($k->product_id);
                    ?>
</td>
		                          <td><?php 
                    echo htmlentities($k->product_name);