|
1 <?php |
|
2 function ocmx_install_options (){ |
|
3 global $options, $general_site_options, $themename, $manualurl, $social_media_options, $auto_advert_options, $custom_advert_options; |
|
4 ocmx_header(); |
|
5 ?> |
|
6 |
|
7 <h2>OCMX-Live Theme Options</h2> |
|
8 |
|
9 <?php if(!$_GET['current_tab']) : $current_tab = "1"; else : $current_tab = $_GET['current_tab']; endif; ?> |
|
10 |
|
11 <form action="<?php echo $_SERVER['REQUEST_URI']; ?>" id="ocmx_form" method="post" enctype="multipart/form-data"> |
|
12 <input type="hidden" name="save_options" value="1" /> |
|
13 <input type="hidden" name="general_options" value="1" /> |
|
14 <div id="container"> |
|
15 <div class="content_box"> |
|
16 <div class="ocmx-tabs"> |
|
17 <ul class="tabs clearfix"> |
|
18 <li class="selected"><a href="#">Install OCMX</a></li> |
|
19 </ul> |
|
20 </div> |
|
21 <div class="ocmx-content"> |
|
22 <div class="header"><div></div></div> |
|
23 <div class="content clearfix"> |
|
24 <h3>Welcome to your Obox Theme Options</h3> |
|
25 <p>Thank you for purchasing this Obox Signature Series Theme. Due to the customized functionality this theme provides, we must take a moment to install the your new features.</p> |
|
26 <p> |
|
27 <strong>The following options will be added to your theme:</strong> |
|
28 <ul> |
|
29 <li>OCMX General Options</li> |
|
30 <li>OCMX Social Media Widgets and Links</li> |
|
31 <li>Advert Management</li> |
|
32 <li>Advances Comment Functionality and Storage</li> |
|
33 </ul> |
|
34 </p> |
|
35 <br /> |
|
36 <p>Click <a href="<?php $_SERVER['REQUEST_URI']; ?>admin.php?page=functions.php&install_ocmx=1" class="std_link">here</a> to begin the install, it shouldn't take more than a minute.</p> |
|
37 </div> |
|
38 <div class="footer"><div></div></div> |
|
39 |
|
40 </div> |
|
41 </div> |
|
42 </div> |
|
43 |
|
44 <div class="clearfix"></div> |
|
45 </form> |
|
46 |
|
47 <div class="clearfix"></div> |
|
48 |
|
49 <?php |
|
50 |
|
51 }; |
|
52 ?> |