ok, this is not a major issue, but whay I am wanting to do is make the links like the Powered by "Gallery" and donation link within gallery open in a new window. As it is now when you click it, it leaves the website completely. I looked in the files and am unsure how to edit the coding for it, Here is a snippet from gallery.footer.default in html_wrap directory. I am hoping this is the correct code that needs to be edited (maybe also album.footer.default file as well.)
PHP: › <?php <td width="90" align="right">
<a href="<?php echo $gallery->url ?>/donate.php?donate_tag=v<?php echo $gallery->version ?>"><img align="right"
src="<?php echo getImagePath('donate.jpg') ?>" width="88" height="31" border="0" ALT="<?php echo _("Donate to Gallery now!!") ?>"></a>
</td> ?>
PHP: › <?php <tr>
<td valign=top>
<!-- The Gallery code version number, linked to the Gallery home page -->
<span class="fineprint">
<?php print poweredBy() ?>
</span>
<?php ?>
If anyone can help with this it would be appriciated, I just want the links to open a seperate window instead of leaving my site completely.
Using v1.4.4-pl2 of Gallery PHP-Nuke configuration install.