[geeklog-devel] CSS-Layout possible!
Joe Mucchiello
joe at ThrowingDice.com
Tue Sep 18 01:14:58 EDT 2007
This code is in a lot of files related to Geeklog:
$display = COM_siteHeader ('menu', $LANG_STUFF['stuff_title'])
. COM_startBlock($LANG_STUFF['stuff_title'])
. output_stuff()
. COM_endBlock()
. COM_siteFooter();
echo $display;
If you change the third line (requiring a COM_siteBody call), you
break every theme and every plugin.
At 01:02 AM 9/18/2007, Oliver wrote:
>We would have a COM_siteHeader, COM_siteBody and COM_siteFooter
>then, and a lot of issues less.
>This is a bit larger change to the core code however, but I think it
>should not be too complicated.
>We also would not need any aditional options in functions, simply an
>optional class for the central block.
----
Joe Mucchiello
Throwing Dice Games
http://www.throwingdice.com
More information about the geeklog-devel
mailing list