14 lines
249 B
PHP
14 lines
249 B
PHP
<?php
|
|
// Exit if accessed directly.
|
|
if (!defined('ABSPATH')) {
|
|
exit;
|
|
}
|
|
|
|
?>
|
|
<div>
|
|
<h3>
|
|
<strong class="item-title"><?php echo $title; ?></strong>
|
|
<strong class="item-title">[<?php echo $quantity; ?>]</strong>
|
|
</h3>
|
|
</div><?php
|