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