You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<?php
|
|
|
|
defined( 'ABSPATH' ) || die( 'Cheatin’ uh?' );
|
|
|
|
/**
|
|
* @var array $data
|
|
* @var WRIO_Page $page
|
|
*/
|
|
?>
|
|
<div class="wbcr-factory-page-group-header" style="margin:0;">
|
|
<strong><?php echo $data['title'] ?></strong>
|
|
<p>
|
|
<?php echo $data['description'] ?>
|
|
</p>
|
|
</div>
|
|
|
|
|