-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_index_reports.php
37 lines (28 loc) · 983 Bytes
/
config_index_reports.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?php
/**
* @subpackage : Wordpress
* @author : Jonathon Byrd
* @copyright : All Rights Reserved, Byrd Inc. 2009
* @link : http://www.jonathonbyrd.com
*
* Jonathon Byrd is a freelance developer for hire. Jonathon has owned many companies and
* understands the importance of website credibility. Contact Jonathon Today.
*
*/
// Check to ensure this file is within the rest of the framework
defined('_EXEC') or die();
$config = new byrdConfigRoles();
$config->getCss();
$config->getJs();
?>
<form action="" method="post" id="membershipsubscriptions">
<div class="byrdtabs">
<ul id="sidemenu">
<li><a href="#ipn" class="tablink" id="defaultlink">IPNs Received</a></li>
<li></li>
</ul>
</div>
<div style="display:block;height:1px;line-height:1px;clear:both;"></div>
<div class="tabdiv" id="ipn"><?php $config->getIpnreports(); ?></div>
<input type="hidden" name="submit" value="Update Options" style="position:relative;float:right;" />
</form>