Files
old-new-wiaas/backend/app/plugins/wiaas/includes/admin/template/views/html-wiaas-template-selection.php

14 lines
249 B
PHP
Raw Normal View History

2018-08-30 13:25:22 +02:00
<?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>
2018-08-30 13:25:22 +02:00
</h3>
</div><?php