Zen Follower
- Join Date:
- Jul 2007
- Location:
- Jakarta
- Posts:
- 346
- Plugin Contributions:
- 0
Sidebox in header, almost there. Need div id
Regarding placing side boxes in the header, I think I'm on the right track. (I couldn't find a mod in the download section.) I have fond the place in the tpl_header.php where the search_header.php is specified, so no problem right just stick the other in divs before or after it. I got that far but what are the div ids?
so far I have simply copied, modified side box names and pasted them above the search_header.php div like this:
<div id="navMainSearch"><?php require(DIR_WS_MODULES . 'sideboxes/language.php'); ?></div>
<div id="navMainSearch"><?php require(DIR_WS_MODULES . 'sideboxes/currencies.php'); ?></div>
<div id="navMainSearch"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div>
I have done a search on to see if I could find these other side boxes defined someplace to just use the div id from them, but to no avail.
thanks
shocker