thedigicraft / Atom.CMS

Atom.CMS
56 stars 52 forks source link

Part 10; 13 min in #52

Closed Chriswilldo closed 10 years ago

Chriswilldo commented 10 years ago

Alright so for some reason, when you somehow get the actives to switch from home to about me, when I try coding it the same way, it won't work. I even tried some technical spacings and nothing will make it budge. I thought it was the way I coded my setup.php, but when I edited it to look like yours, it wouldn't work. I don't know if it's because a difference in our software versions, but either way this is getting annoying.. First it was the footer issue that I manual resolved after changing the margin and px height, and now this. If I could get help on how to resolve this, that'd be great! <?php if ($pageid == 1) {echo ' class = "active"'; } ?> won't work for me either :|