Tokai Posted June 11, 2008 Share Posted June 11, 2008 Can some on tell me how to do this....I would like my header image not to linked, just a static image... Not being a php coder expert, i have tried a few things but obviously got php errors. The line is <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'header.jpg', STORE_NAME) . '</a>'; ?></td> Can someone show me the code just to display the header image only? Would appreciate it. Link to comment Share on other sites More sharing options...
germ Posted June 11, 2008 Share Posted June 11, 2008 <td valign="middle"><?php echo tep_image(DIR_WS_IMAGES . 'header.jpg', STORE_NAME); ?></td> If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.