holy shit

寺夺喜从天降

zencart函数修改

输出图像提交按钮函数  zen_image_submit2
  function zen_image_submit2($image, $alt = '', $parameters = '') {
    global $template, $current_page_base, $zco_notifier;
    $zco_notifier->notify('PAGE_OUTPUT_IMAGE_SUBMIT');
    $image_submit = '<input type="image" src="' . zen_output_string($template->get_template_dir($image, DIR_WS_TEMPLATE, $current_page_base, 'buttons/' . $_SESSION['language'] . '/') . $image) . '" alt="' . zen_output_string($alt) . '"';
    if (zen_not_null($alt)) $image_submit .= ' title=" ' . zen_output_string($alt) . ' "';
    if (zen_not_null($parameters)) $image_submit .= ' ' . $parameters;
    $image_submit .= ' />';
    return $image_submit;
  }
posted @ 2011-04-23 18:22  潜水鱼  阅读(730)  评论(0编辑  收藏  举报

holy shit on foot