| 1 |
<?php |
| 2 |
namespace MaxButtons; |
| 3 |
defined('ABSPATH') or die('No direct access permitted'); |
| 4 |
|
| 5 |
global $page_title; |
| 6 |
$page_title = __("Enable SimpleXML", "maxbuttons"); |
| 7 |
$admin = MB()->getClass("admin"); |
| 8 |
|
| 9 |
|
| 10 |
$admin->get_header(array("tabs_active" => true, "title" => $page_title, "title_action" => $action)); |
| 11 |
|
| 12 |
$admin = MB()->getClass('admin'); |
| 13 |
$page_title = __("Packs","maxbuttons-pro"); |
| 14 |
|
| 15 |
$admin->get_header(array("title" => $page_title) ); |
| 16 |
|
| 17 |
?> |
| 18 |
|
| 19 |
<div class='social-share'> |
| 20 |
|
| 21 |
<h4><?php _e('PHP Module SimpleXML not found. This module will not work','maxbuttons') ?></h4> |
| 22 |
<p> |
| 23 |
<?php _e('To enable this module please install the SimpleXML PHP module. If you don\'t know how, ask your support from your |
| 24 |
hosting provider','maxbuttons'); ?> |
| 25 |
|
| 26 |
<ul> |
| 27 |
<li><a target="_blank" href='http://php.net/manual/en/simplexml.installation.php'><?php _e('SimpleXML installation','maxbuttons');?></a> |
| 28 |
</li> |
| 29 |
</ul> |
| 30 |
|
| 31 |
</p> |
| 32 |
<?php require_once('social-share.php'); ?> |
| 33 |
|
| 34 |
|
| 35 |
</div> |
| 36 |
</div> <!-- main --> |
| 37 |
<div class="offers ad-wrap"> |
| 38 |
<?php do_action("mb-display-ads"); ?> |
| 39 |
</div> |
| 40 |
|
| 41 |
|
| 42 |
<?php $admin->get_footer(); ?> |
| 43 |
|