Announcement

Collapse
No announcement yet.

index.html not in acatalog

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    index.html not in acatalog

    i've run into the probelem a few times that is caused by the fact that index.html is outside the acatalog folder...

    such as a href link to a pdf that was in the acatalog folder... i got round it by putting some block conditionals around it that uses the IsFrontPage boolean and then if true adds "/acatalog/" to the url...

    is this the general way to get around it or is there a better way?

    #2
    I'd just hard code any links on the home page personally, no chance for anything to fail or go wrong then. Nice trick though, better use of these variables is becoming more apparent of late.

    Comment

    Working...
    X