* delete icon in view pager.

This commit is contained in:
wangyidong
2013-03-02 07:00:43 +00:00
parent 20adae2a30
commit 118ffd6ad4

View File

@@ -52,18 +52,6 @@
<th class='a-right'><?php echo $lang->webapp->desc?></th>
<td><?php echo $webapp->desc?></td>
</tr>
<tr>
<th class='a-right'><?php echo $lang->webapp->icon?></th>
<td>
<?php
if($webapp->icon)
{
$url = $type == 'api' ? $this->config->webapp->url . $webapp->icon : ($webapp->addType == 'system' ? $webapp->icon : $webapp->icon->webPath);
echo "<p><img src='$url' /></p>";
}
?>
</td>
</tr>
<?php if($type == 'local'):?>
<tr>
<th class='a-right'><?php echo $lang->webapp->addType?></th>