Is it necessary to include mosMainBody() in a template? - Joomla! Forum - community, help and support
hi,
i doing template includes 'cover page' site; no news or dynamic content, user modules. wondering if can achieve not including call mosmainbody() in template. cause problems? if so, else can do?
thanks in advance!
i doing template includes 'cover page' site; no news or dynamic content, user modules. wondering if can achieve not including call mosmainbody() in template. cause problems? if so, else can do?
thanks in advance!
you may want try replacing original mosmainbody adding following code in index.php file:
[php]
static content goes here
[php]
static content goes here
Comments
Post a Comment