In /modules/sideboxes/more_information.php
Code:
## ##$more_information[] = '<a href="' . zen_href_link(FILENAME_BAND_SIGNUP) . '">' . 'Band Signup Form' . '</a>';
Or maybe add a line to english.php saying
Code:
define('BOX_INFORMATION_BAND_SIGNUP','Band Signup Form');
and then use this instead of the other one above:
Code:
## ##$more_information[] = '<a href="' . zen_href_link(FILENAME_BAND_SIGNUP) . '">' . 'Band Signup Form' . '</a>';
(If you're using the "information" box instead of the "more_information" box, then make that change where appropriate.)
Bookmarks