コード例 #1
0
ファイル: admin.show_cfg.php プロジェクト: albertobraschi/Hab
echo ps_html::list_template_files("conf_CATEGORY_TEMPLATE", 'browse', CATEGORY_TEMPLATE);
?>
        </td>
        <td><?php 
echo vmToolTip($VM_LANG->_('PHPSHOP_ADMIN_CFG_CATEGORY_TEMPLATE_EXPLAIN'));
?>
        </td>
    </tr>
   	<tr>
        <td class="labelcell"><?php 
echo $VM_LANG->_('PHPSHOP_ADMIN_CFG_FLYPAGE');
?>
</td>
        <td>
        	<?php 
echo ps_html::list_template_files("conf_FLYPAGE", 'product_details', str_replace('shop.', '', FLYPAGE));
?>
        </td>
        <td><?php 
echo vmToolTip($VM_LANG->_('PHPSHOP_ADMIN_CFG_FLYPAGE_EXPLAIN'));
?>
</td>
    </tr>
    <?php 
if (function_exists('imagecreatefromjpeg')) {
    ?>
    
	    <tr>
	        <td class="labelcell">
	        	<label for="conf_PSHOP_IMG_RESIZE_ENABLE"><?php 
    echo $VM_LANG->_('PHPSHOP_ADMIN_CFG_DYNAMIC_THUMBNAIL_RESIZING');
コード例 #2
0
?>
      </td>
    </tr>
    <tr>
      <td colspan="2"><br /></td>
    </tr>
     <tr>
      <td ><div align="right">
        <?php 
echo $VM_LANG->_('PHPSHOP_CATEGORY_FORM_FLYPAGE');
?>
:</div>
      </td>
      <td valign="top">
          <?php 
echo ps_html::list_template_files("category_flypage", 'product_details', str_replace('shop.', '', $db->sf("category_flypage")));
?>
      </td>
    </tr>
</table>
<?php 
$tabs->endTab();
$tabs->startTab("<img src='" . IMAGEURL . "ps_image/image.png' width='16' height='16' align='absmiddle' border='0' /> " . $VM_LANG->_('E_IMAGES'), "status-page");
if (!stristr($db->f("category_thumb_image"), "http")) {
    echo "<input type=\"hidden\" name=\"category_thumb_image_curr\" value=\"" . $db->f("category_thumb_image") . "\" />";
}
if (!stristr($db->f("category_full_image"), "http")) {
    echo "<input type=\"hidden\" name=\"category_full_image_curr\" value=\"" . $db->f("category_full_image") . "\" />";
}
$ps_html->writableIndicator(array(IMAGEPATH . "category"));
?>