PluginProbe
MaxButtons – Create buttons / 6.23
MaxButtons – Create buttons v6.23
6.23 6.24 6.25 6.26 6.26.1 6.27 6.28 6.3 6.4 6.5 6.6 6.7 6.8 6.9 7.0 7.1 7.1.1 7.1.2 7.1.3 7.10 7.11 7.13 7.13.1 7.13.2 7.13.3 All 100 releases
maxbuttons / includes / maxbuttons-no-simplexml.php

maxbuttons-no-simplexml.php in MaxButtons – Create buttons 6.23, at includes/maxbuttons-no-simplexml.php

40 lines 1019 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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>
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
33 </div>
34 </div> <!-- main -->
35 <div class="offers ad-wrap">
36 <?php do_action("mb-display-ads"); ?>
37 </div>
38
39 <?php $admin->get_footer(); ?>
40