Great Reviews!Need help setting up your website, installing Apache, PHP, MySQL, or RavenNuke(tm)?Need help customizing or designing scripts?Please contact us via the Contact Us option for further details and pricing.
The Web_Links module will display each web link in a separate window. To change this behaviour and make it display the link in the same window, you have to change each occurence of
target=\"new\"
to
target=\"_self\"
in the modules/Web_Links/index.php file. This is a straightforward search and replace procedure. In vi, you would do