<table width="100%" border="0" cellpadding="{template_table_cellpadding}" cellspacing="{template_table_cellspacing}" align="{template_table_align}">
<tr>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td class="header">{_access_denied}</td>
</tr>
<tr>
<td> <table width="100%" border="0" cellspacing="0" cellpadding="4">
<tr>
<td class="tablehead"><strong>{_detailed_event_below}< /strong></td>
</tr>
<tr>
<td>{_your_current_subscription_level_does_not_per mit_you_to_use_this_marketplace_resource}, <a href="{ilpage[subscription]}">{_please_click_here}</a></td>
</tr>
<tr>
<td><div align="center"><img src="{template_relativeimagepath}{template_imagesf older}reviewsubscription.gif"></div></td>
</tr>
<tr>
<td><strong>{_whats_next}</strong></td>
</tr>
<tr>
<td> <table width="100%" border="0" cellspacing="1" cellpadding="2">
<tr>
<td width="9%"> <div align="center"><img src="{template_relativeimagepath}{template_imagesf older}arrow_right.gif" width="18" height="18"></div></td>
<td width="91%"> <a href="{ilpage[main]}">{_main_menu}</a> </td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</td>
</tr>
</table>
HTML Code:
<table width="100%" border="0" cellpadding="{template_table_cellpadding}" cellspacing="{template_table_cellspacing}" align="{template_table_align}">
<tr>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td class="header">{_access_denied}</td>
</tr>
<tr>
<td> <table width="100%" border="0" cellspacing="0" cellpadding="4">
<tr>
<td class="tablehead"><strong>{_detailed_event_below}</strong></td>
</tr>
<tr>
<td>{_your_current_subscription_level_does_not_permit_you_to_use_this_marketplace_resource}, <a href="{ilpage[subscription]}">{_please_click_here}</a></td>
</tr>
<tr>
<td><div align="center"><img src="{template_relativeimagepath}{template_imagesfolder}reviewsubscription.gif"></div></td>
</tr>
<tr>
<td><strong>{_whats_next}</strong></td>
</tr>
<tr>
<td> <table width="100%" border="0" cellspacing="1" cellpadding="2">
<tr>
<td width="9%"> <div align="center"><img src="{template_relativeimagepath}{template_imagesfolder}arrow_right.gif" width="18" height="18"></div></td>
<td width="91%"> <a href="{ilpage[main]}">{_main_menu}</a> </td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</td>
</tr>
</table>
some ph
p:
PHP Code:
/*==========================================================================*\
|| ######################################################################## ||
|| # ILance Marketplace Software
|| # -------------------------------------------------------------------- # ||
|| # Copyright ?2000?2007 ILance Inc. All Rights Reserved. # ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ----------------- ILANCE IS NOT FREE SOFTWARE ---------------------- # ||
|| # http://www.ilance.com | http://www.ilance.com/eula | info@ilance.com # ||
|| # -------------------------------------------------------------------- # ||
|| ######################################################################## ||
\*==========================================================================*/
$phrase['groups'] = array(
'search',
'lancebb');
define('LOCATION','forum');
if (isset($_REQUEST['cmd']) AND isset($_REQUEST['cmd']) == 'search')
{
define('TABS_INCLUDE','fx');
}
define('JS_INCLUDE','menu');
require_once('./functions/core.config.inc.php');
$page_title = SITE_NAME.' - '.$phrase['_forums'];
$area_title = $phrase['_forums'];
if (!isset($show['lancebb']) OR $show['lancebb'] == 0)
{
$navcrumb = array("forum.php" => "Forum");
print_notice($phrase['_disabled'], $phrase['_were_sorry_this_feature_is_currently_disabled'], $ilpage['main'], $phrase['_main_menu']);
exit();
}