Page 1 of 1
Open links Custom navigation bar in a new window
Posted: Thu Dec 21, 2017 11:43 am
by afilincieri
Hello
I added a custom item in the navigation bar but I can't set the aperture on a new browser window.
There is the possibility to do so?
Re: Open links Custom navigation bar in a new window
Posted: Sun Dec 24, 2017 2:22 am
by mkoch227
There is no built-in way of supporting this at this time, but you can make the following change to modify
all custom nav elements:
Customer Side
Find the following in header.inc.php on line 323:
Code: Select all
<a href="<?php echo $row['url']; ?>">
Replace with:
Code: Select all
<a href="<?php echo $row['url']; ?>" target="_blank">
Staff Side
Follow the same step as above, but look in show_admin_nav.inc.php at line 136.