Blame | Last modification | View Log | RSS feed
<?php echo showSectionHead($spTextPlugin['Seo Plugin Details']); ?>
<div> <a href="javascript:void(0)" onclick="scriptDoLoad('themes-manager.php?pageno=<?php echo $pageNo?>', 'content')" class="back">«« Back</a></div>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="list">
<tr class="listHead">
<td class="left" width='30%'><?php echo $themeInfo['label']?></td>
<td class="right"> </td>
</tr>
<tr class="white_row">
<td class="td_left_col bold"><?php echo $spText['label']['Theme']?>:</td>
<td class="td_right_col"><?php echo $themeInfo['name']?></td>
</tr>
<tr class="blue_row">
<td class="td_left_col bold"><?php echo $spText['label']['Version']?>:</td>
<td class="td_right_col"><?php echo $themeInfo['version']?></td>
</tr>
<tr class="white_row">
<td class="td_left_col bold"><?php echo $spText['label']['Author']?>:</td>
<td class="td_right_col"><?php echo $themeInfo['author']?></td>
</tr>
<tr class="blue_row">
<td class="td_left_col bold"><?php echo $spText['common']['Website']?>:</td>
<td class="td_right_col"><a href="<?php echo $themeInfo['website']?>" target="_blank"><?php echo $themeInfo['website']?></a></td>
</tr>
<tr class="white_row">
<td class="td_left_col bold"><?php echo $spText['label']['Description']?>:</td>
<td class="td_right_col"><?php echo $themeInfo['description']?></td>
</tr>
<tr class="blue_row">
<td class="tab_left_bot_noborder"></td>
<td class="tab_right_bot"></td>
</tr>
<tr class="listBot">
<td class="left" colspan="1"></td>
<td class="right"></td>
</tr>
</table>