- Timestamp:
- Jul 9, 2009, 6:36:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/wp-content/plugins/xpressme/xpressme.php
r328 r332 214 214 echo '<div class="wrap">'."\n"; 215 215 echo '<div id="icon-options-general" class="icon32"><br /></div>'."\n"; 216 echo '<h2>' . __('XPressME Configuration Page', 'xpressme') . "</h2><br>\n";216 echo '<h2>' . __('XPressME Display Setting', 'xpressme') . "</h2><br>\n"; 217 217 echo '<div align="right"><a href="' . $xoops_admin_url . '"><h3>'. __('to XOOPS Modules Admin Page', 'xpressme') . '</h3></a></div>'; 218 218 echo '<form method="post" action="' . $_SERVER["REQUEST_URI"] . '">'."\n" ; … … 263 263 echo '<div class="wrap">'."\n"; 264 264 echo '<div id="icon-options-general" class="icon32"><br /></div>'."\n"; 265 echo '<h2>' . __('XPressME Configuration Page', 'xpressme') . "</h2><br>\n";265 echo '<h2>' . __('XPressME Integration Setting', 'xpressme') . "</h2><br>\n"; 266 266 echo '<div align="right"><a href="' . $xoops_admin_url . '"><h3>'. __('to XOOPS Modules Admin Page', 'xpressme') . '</h3></a></div>'; 267 267 echo '<form method="post" action="' . $_SERVER["REQUEST_URI"] . '">'."\n" ; … … 304 304 echo '<div class="wrap">'."\n"; 305 305 echo '<div id="icon-options-general" class="icon32"><br /></div>'."\n"; 306 echo '<h2>' . __('XPressME Configuration Page', 'xpressme') . "</h2><br>\n";306 echo '<h2>' . __('XPressME Other Setting', 'xpressme') . "</h2><br>\n"; 307 307 echo '<div align="right"><a href="' . $xoops_admin_url . '"><h3>'. __('to XOOPS Modules Admin Page', 'xpressme') . '</h3></a></div>'; 308 308 echo '<form method="post" action="' . $_SERVER["REQUEST_URI"] . '">'."\n" ;
Note: See TracChangeset
for help on using the changeset viewer.