Jump to content

You are here: Support > Downloads


IHC

Recommended Posts

Hello all,

 

maybe the question is not right asked.

 

 

I have a question about the links on "your are here".

I made some custom sites like tos.php and I need to know how to make the "you are here" so that it is display "you are here" Terms of Service. I hope so much that some 1 can help me with this.

 

Greetz,

IHC

Link to comment
Share on other sites

Hello,

 

thanks for the info. but I already made it like this,

 

tos.php:

 

$pagetitle = $_LANG['tostitle'];

$pageicon = "images/support/clientarea.gif";

$breadcrumbnav=''.$_LANG['tosname'].'';

 

and in the lang file:

 

$_LANG["tosname"] = "Terms of Service";

 

but now the next step is to make from the section "You are here: Terms of Service" a link to tos.php and not only a titel.

 

Greetings,

IHC

Link to comment
Share on other sites

Hello chickendippers,

 

thanks for your help, but it not work :( ! I tryt 2 different options 1 to replace in the tos.php

$breadcrumbnav=''.$_LANG['tosname'].''; replace with: $breadcrumbnav=''.$_LANG['linkstart'].$_LANG['tosname'].$_LANG['linkend'].'';

 

option 2: after the string:>> $breadcrumbnav=''.$_LANG['tosname'].''; add:

$breadcrumbnav=''.$_LANG['linkstart'].$_LANG['tosname'].$_LANG['linkend'].'';

 

I added this strings also in the lang file.

$_LANG["linkstart"] = "<a href="tos.php">";

$_LANG["linkend"] = "</a>";

 

my question is if i want make sitemap.php also linked is thare a problem with 2 same strings in the lang file? Like:

 

$_LANG["linkstart"] = "<a href="tos.php">";

$_LANG["linkend"] = "</a>";

 

and

 

$_LANG["linkstart"] = "<a href="sitemap.php">";

$_LANG["linkend"] = "</a>";

 

Greetings,

IHC

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated