Zen Cart Logo

Information Sidebox

Locked

Views: 787

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
5 Oct 2008, 10:50 PM
#1
nowhere avatar

nowhere

New Zenner

Join Date:
Oct 2008
Posts:
14
Plugin Contributions:
0

Information Sidebox

For some odd reason, my information sidebox doesn't seem to have any linebreaks.

here is my site : https://www.tonquebec.com

you'll notice that the information box on the left hand side.

Where do I go to edit it?

I've tried templates/mytemplate/sideboxes/tpl_information.php but couldnt figure out where to put the <br>

6 Oct 2008, 1:08 AM
#2
nowhere avatar

nowhere

New Zenner

Join Date:
Oct 2008
Posts:
14
Plugin Contributions:
0

Re: Information Sidebox

Nevermind, I found it.

I edited my information.php file inside modules/sideboxes/mytemplate

at every IF I added a <br> after every </a>

like this

if (MODULE_ORDER_TOTAL_GV_STATUS == 'true') {

$information[] = '<a href="' . zen_href_link(FILENAME_GV_FAQ) . '">' . BOX_INFORMATION_GV . '</a><br>';

voila!