[geeklog-devel] COM_siteHeader bug

Joe Mucchiello joe at ThrowingDice.com
Sat Mar 15 16:42:01 EDT 2008


Why doesn't COM_siteHeader call Template->finish?

     $tmp = $header->parse( 'index_header', 'header' );
     ob_start();
     eval( '?>' . $tmp );
     $retval = ob_get_contents();
     ob_end_clean();

     return $retval;
}



----
Joe Mucchiello
Throwing Dice Games
http://www.throwingdice.com 




More information about the geeklog-devel mailing list