I see the problem. I'll post the fix in the morn. I'm headed to bed right now.
Well skip that.. here's the fix:
change this:
<br /> if ($i==6) { <br /> $i=0; <br /> $graemlinlist .= "<br />"; <br /> } <br /> to this:
<br /> if (($i==6) && ($gnum < $theme['max_graemlins'])) { <br /> $i=0; <br /> $graemlinlist .= "<br />"; <br /> } <br /> Night!
