New Zenner
- Join Date:
- Sep 2007
- Posts:
- 5
- Plugin Contributions:
- 0
Advanced search in information sidebox
Hi there,
How can I put an "Advanced Search" link in the information sidebox,
Cheers,
Zorro.
Views: 1,331
New Zenner
Hi there,
How can I put an "Advanced Search" link in the information sidebox,
Cheers,
Zorro.
Totally Zenned
Oops. Initial answer was about how to create an advanced search sidebox.
To just add an advanced search link, adds the following code to your information sidebox module
$information[] = '<a href="' . zen_href_link(FILENAME_ADVANCED_SEARCH) . '">' . BOX_SEARCH_ADVANCED_SEARCH . '</a>';
New Zenner
Brilliant. Thanks!
Tell staff why this post should be reviewed.