From: Matthew M. <ma...@tu...> - 2001-11-30 19:20:04
|
> I have a question about the proposed template > implementation. Ok this is how the templates will work. <html> <body> <table> <? echo $left_bar ?> ... <? echo $calendar_plugin ?> ... <? echo $body ?> ... </table> </body> </html> That's is basically it. If you want more interaction you create module that intercepts the string and spits it back out after configuration. This way you can make it as simple as you want by making a Dreamweaver page then pluging in the variables, or more complex (ie if ($poll_plugin){ Create extra column}), or use a theme module to control everything. I have the templates working but they are just for testing purposes. Once I am in that code, I'm sure other stuff will come up. One more thing, the rewrite will need to work with the OLD theming scheme as well. Again, more when I get to that part. Matthew McNaney Internet Systems Architect Electronic Student Services Email: ma...@tu... URL: http://phpwebsite.appstate.edu Phone: 828-262-6493 ICQ: 141057403 |