From: Jimmy H. <ji...@ha...> - 2001-07-12 06:18:10
|
Hi, I can start to see a pattern in having a page up: 1. Create the page at /user/htdocs/page.php (this will load prepend.php, and the Init class) 2. Create the layout at /user/tmpl/html/layout/page.php (this will have the layout template including HTML) 3. Create the module at /user/mod/page/page.php (this will be the module class with constructor and Output()) 4. Create the module specific template at /user/mod/page/html/page.php (this will contain the html stuff) Am I doing it right so far? |