the theme is zpArdoise
i am guessing it's in the header.php that needs to be edited.
here is the part where it mentions the other links;
<?php if (function_exists('printPageMenu')) { printPageMenu('list-top', '', 'active', 'active', '', ''); } ?>
[list]
<?php if (getOption('show_archive')) { ?>
<li <?php if ($_zp_gallery_page == 'archive.php') { ?>class="active"<?php } ?>><?php printCustomPageURL(gettext('Archive View'), 'archive'); ?>
<?php } ?>
<?php if (function_exists('printContactForm')) { ?>
<li <?php if ($_zp_gallery_page == 'contact.php') { ?>class="active"<?php } ?>><?php printCustomPageURL(gettext('Contact'), 'contact'); ?>
<?php } ?>
[/list]
I am looking to add a link that says "My YouTube Channel" and have it point to www.youtube.com/mypage
can it also open on a new window?