PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I am working on a site that uses smarty templates and the owner has asked that part of the left navigation menu contain a link to a page that is not on their site, now the following code is the start of their naivation and contains links that are inside their site (like "inventory.php")
The problem here is the that everylink that you will put will come out as http://home site/http://test.hubspot.com. My suggestion is append your link name with an identifier
for example try this.
Seems very close to what I was looking for, thank you, only things were
(1) names displayed had the "LNK" and "URL" prefixes on them in the menu
(2) the inventory link and the home link linked simply to the main page ie inventory did not point to http://mainpage/inventory.php, just to http://mainpage