KooLTaB101
Technical User
Hi,
I am trying to create a line item at the top of my page that is dynamic in that it tells users where they are in relation to the home page. For example, if they are at the homepage, the line would say "Home/" and if they were in a folder "Directory 2", it would say "Home/ Directory 2/." Also, they should be hyperlinks so they can get to "Home" rather quickly by simply clicking on it. I have each of my pages call a specific page using the require call tag. The line item would be in that one specific page...but if need be, I could probably make due of the line item could be on each specific page. Let me try to give some examples:
Home
index.php
page1.php
/Directory 2
page2.php
So that if Home/Directory 2/page2.php was called, it would export that in the line item.
Also, the require tag calls index1.php in the following way: <? require 'index1.php'; ?>
I hope all this makes sense as in what I am trying to do. If need be, I can give more examples to clear it up.
Thanks,
Matt
I am trying to create a line item at the top of my page that is dynamic in that it tells users where they are in relation to the home page. For example, if they are at the homepage, the line would say "Home/" and if they were in a folder "Directory 2", it would say "Home/ Directory 2/." Also, they should be hyperlinks so they can get to "Home" rather quickly by simply clicking on it. I have each of my pages call a specific page using the require call tag. The line item would be in that one specific page...but if need be, I could probably make due of the line item could be on each specific page. Let me try to give some examples:
Home
index.php
page1.php
/Directory 2
page2.php
So that if Home/Directory 2/page2.php was called, it would export that in the line item.
Also, the require tag calls index1.php in the following way: <? require 'index1.php'; ?>
I hope all this makes sense as in what I am trying to do. If need be, I can give more examples to clear it up.
Thanks,
Matt