Ejemplo n.º 1
0
    <td>
      <br />&nbsp;&nbsp;&nbsp;<img src="<?php 
echo VM_THEMEURL;
?>
images/administration/dashboard/ups.gif" border="0" />
      <br /><br />
    </td>
    <td><span class="sectionname"><?php 
echo $VM_LANG->_('VM_SHIPPING_MODULE_LIST_LBL');
?>
</span></td>
  </tr>
</table>

<?php 
$rows = $ps_shipping_method->method_list();
if (!$rows) {
    echo $VM_LANG->_('PHPSHOP_NO_SEARCH_RESULT');
} else {
    ?>
  <table width="100%" class="adminlist">
    <tr> 
      <th width="20">#</th>
      <th width="20"><?php 
    echo ucfirst($VM_LANG->_('VM_ENABLED')) . '?';
    ?>
</th>
      <th class="title"><?php 
    echo $VM_LANG->_('VM_SHIPPING_MODULE_LIST_NAME');
    ?>
</th>