Link back to index.html home page of my main site

Hi,
I have a problem i need to index back to my home page from zenphoto.
I have installed everything but because zenphoto does not have an option to set a
menu up i cannot link back to my website index.html page.
Below is the zenphoto album php that i need to edit in the print home area as i understand.
Can someone give me an example of what i have to change please

My home page is http://www.jlvillas.co.uk/index.html and i am using a copy of the default theme.

<h2><span><?php printHomeLink('', ' | '); ?>" title="<?php echo gettext('Albums Index'); ?>"><?php echo getGalleryTitle();?> | <?php printParentBreadcrumb(); ?></span> <?php printAlbumTitle(true);?></h2>
</div>
Thanks in advance

Comments

  • Since your index is not part of Zenphoto, you will need to use straight-up HTML to link back.
  • Forgive me does that mean i will have to align this within my site some how
    Such as an I frame I am lost here as to what you mean by straight up html
  • Ok but sorry for my lack of knowledge her which php file in the theme do i have to change please.
  • It depends on where you want to place the link. I would suggest that you read the theming tutorial in the User Guide; perhaps that will help get you started.
  • Thanks for the advice much appreciated.
    Will get on and study

    Best regards
  • Did you happen to see the option for "Website URL"? Depending on the theme (which you failed to mention) that will do what you wish.
Sign In or Register to comment.