
Originally Posted by
picaflor-azul
If you view the source, you can see the differences:
Code:
<li><div class="betterMoreinformation"><a href="http://www.johnwoodsmotorcare.net/Cart/index.php?main_page=page_4"><img src="includes/templates/westminster_new/images/bc_moreinfo.gif" alt="" width="1" height="1" />MG Dealers</a></div></li>
<li><div class="betterMoreinformation"><a href="http://www.johnwoodsmotorcare.net/Cart/index.php?main_page=page_5">Classic Aware</a></div></li>
Thanks,
Anne
Thanks Anne
Sorted.
/includes/modules/sideboxes/westminster_new/more_information.php
I had
PHP Code:
$more_information[] = '<a href="' . zen_href_link(FILENAME_PAGE_5) . '">' . 'Classic Aware' . '</a>';
Instead of:-
PHP Code:
$more_information[] = '<a href="' . zen_href_link(FILENAME_PAGE_5) . '">' . $pointer . 'Classic Aware' . '</a>';
Posted response in case anyone else does the same!
Bookmarks