View Single Post

  #2 (permalink)  
Old 07-05-2008, 11:54 AM
davidbehan davidbehan is offline
Hardcore Geek
 
Join Date: Nov 2006
Location: Navan, Meath
Posts: 566
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
davidbehan is a name known to alldavidbehan is a name known to alldavidbehan is a name known to alldavidbehan is a name known to alldavidbehan is a name known to alldavidbehan is a name known to all
Send a message via Skype™ to davidbehan
Default

I'd say it's used in server side code to look for %%SUBMENU%% and replace it with the actual sub menu that is probably built dynamically from a database.

I use $$$SUBMENU$$$ to do my replaces. They are placemarks in the template so I know where to put the sub menu.

It might have gotten outputted on to the page because they forgot to replace it or something.

Here's my raw template file:
$$$PAGETITLE$$$

but all the placemarkers get replaced on the actual pages of the site.

Hope that explains it.

Dave
Reply With Quote