[geeklog-devel] CSS-Layout possible!

Oliver Spiesshofer oliver at spiesshofer.com
Tue Sep 18 01:31:57 EDT 2007


True, we would need either to make people update their code (didnt we 
ever do this?) or introduce a sort of parallel code to make sure nothing 
breaks in the first go already but deprecate the old way after some time.

Oliver

Joe Mucchiello wrote:
> 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
> _______________________________________________
> geeklog-devel mailing list
> geeklog-devel at lists.geeklog.net
> http://eight.pairlist.net/mailman/listinfo/geeklog-devel
>
>




More information about the geeklog-devel mailing list