Results 1 to 2 of 2
  1. #1

    Default Changing what image php is looking at

    I am using the order question mod and I am tring to use a different logo than the 1 that is used on my site (smaller 1) I will include the part of text that I believe does this and the source text.

    PHP
    <div id="questionLogo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?></div>

    SOURCE
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
    <head>
    <title>Moles Paintball</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <meta name="keywords" content="Markers/Guns Gift Certificates Gun Accessories Harnesses Hoppers/Pods Goggles Marker Cases Gear Air Tanks Air Accessories Barrels Barrel Accessories Cleaners Paintballs Ebay Payments Paintball, cheap paintball, discount paintball, smart parts, rufus dawg, guns, markers, paintballs, free, system x, aci, powerlyte, autococker, timy, imtimidator, pods, tubes, harness, packs, jersey, pants, clothing, dye, jt, hopper, halo, tsa, halo b, odyssey, HEADING_TITLE" />
    <meta name="description" content="Moles Paintball! : HEADING_TITLE - Markers/Guns Gift Certificates Gun Accessories Harnesses Hoppers/Pods Goggles Marker Cases Gear Air Tanks Air Accessories Barrels Barrel Accessories Cleaners Paintballs Ebay Payments Paintball, cheap paintball, discount paintball, smart parts, rufus dawg, guns, markers, paintballs, free, system x, aci, powerlyte, autococker, timy, imtimidator, pods, tubes, harness, packs, jersey, pants, clothing, dye, jt, hopper, halo, tsa, halo b, odyssey," />
    <meta http-equiv="imagetoolbar" content="no" />
    <meta name="author" content="The Zen Cart&trade; Team and others" />
    <meta name="generator" content="shopping cart program by Zen Cart&trade;, http://www.zen-cart.com" />
    <base href="http://molespaintball.com/new/" />

    <link rel="stylesheet" type="text/css" href="includes/templates/molespb/css/stylesheet_new.css" />
    <link rel="stylesheet" type="text/css" href="includes/templates/molespb/css/stylesheet_original.css" />
    <link rel="stylesheet" type="text/css" href="includes/templates/molespb/css/order_question.css" />
    <link rel="stylesheet" type="text/css" media="print" href="includes/templates/molespb/css/print_stylesheet.css" />
    </head>

    <div id="questionLogo"><a href="http://molespaintball.com/new/"><img src="includes/templates/molespb/images/logo.gif" alt="" width="655" height="209" /></a></div>
    <div id="OrderQuestionBody">
    <!--<table width="100%"><tr><td>-->
    <form name="ask_question" action="http://molespaintball.com/new/order_question.php?order_id=190" method="post"><div id="OrderQuestionHeader" style="padding-bottom:5px;">Please use this form to submit your questions or comments regarding Order #<strong>190</strong>.We look forward to receiving your comments.</div>
    <fieldset id="orderQuestionFieldset">
    <legend id="orderQuestionQuestion">Order Question</legend>
    <div style="padding-top:5px; padding-bottom:5px;">
    <textarea name="question" cols="10" rows="10"></textarea>
    </div>
    <div id="button" align="center" style="padding:100px;">
    <input type="image" src="includes/templates/molespb/buttons/english/button_order_question.gif" alt="Click here to ask your question now." title=" Click here to ask your question now. " /> </div>
    </fieldset>
    </form>
    </div>

  2. #2

    Default Re: Changing what image php is looking at

    figured it out just had to change a tiny bit of php code.

 

 

Similar Threads

  1. What php file am I looking at?
    By jadedev in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 11 May 2011, 05:06 AM
  2. Remove category text in product listing and changing "What's New" to an image
    By chloe21 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 18 May 2009, 04:38 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg