| Re: templates on both blocks/ and admin/ |
| by adwin on 2004/7/21 4:19:13 Ok, i will explain in here (though my english is not good). In every module that I found (xoops default module), they have templates for every module (in templates/ directory). But I found that they didnt use template for administrator page (in admin/ directory) and for block (in block/ directory) as well. I just wonder, why they didnt create templates as well for admin/ and blocks as well. They create the user interface using print or echo function instead of separating between code and design (a messy code I think) regards adwin
|
| Re: templates on both blocks/ and admin/ |
| by ajaxbr on 2004/7/21 1:58:06 Sorry, I can't understand your question . Could you be a bit more clear?
|
| templates on both blocks/ and admin/ |
| by adwin on 2004/7/21 1:49:44 is it good to put templates/ (or using templating system) on both blocks/ and admin/ ? coz I didnt see anyone create templates for both admin and blocks. regards adwin
|