hi guys,
got a minor problem... i have a bit of code that i only want displayed on a certain section page, so into the section layout i put the necessary html (which displays perfectly) but then when i put a block around it, it disappears which says to me that (even though it makes no sense) my block is returning false...
the block is:
SectionPageName == "satnav.html"
this IS the name of the page but the html within the block isnt showing...
so i tried:
SectionName == "Sat Nav"
and also:
SectionPageTitle == "Sat Nav Related Stuff"
neither of which worked...
any ideas this has me stumped
got a minor problem... i have a bit of code that i only want displayed on a certain section page, so into the section layout i put the necessary html (which displays perfectly) but then when i put a block around it, it disappears which says to me that (even though it makes no sense) my block is returning false...
the block is:
SectionPageName == "satnav.html"
this IS the name of the page but the html within the block isnt showing...
so i tried:
SectionName == "Sat Nav"
and also:
SectionPageTitle == "Sat Nav Related Stuff"
neither of which worked...
any ideas this has me stumped
Comment