By lanexa on
I discovered this post - http://drupal.org/node/24258 - on using
<?php
unset ($output);
?>
to eliminate cumulative results from using multiple code snippets on the front_page. I posted more details on the code snip I'm using here - http://drupal.org/node/24258. I think I posted in the wrong place (a book page vs forum topic)...didn't realize where I was commenting....
Any help is greatly appreciated.
Comments
Building your list in $items
From your other posting it would seem you are always using $items to build your lists so you need to also unset $iitems, So where you unset $output do something like
that's it!
It's the simple things that always trip me up the most. :-) Thanks again for taking the time to look at this.