R3D floater Module - Joomla! Forum - community, help and support
i r3d moudule, see tutorial here http://www.r3d.de/01_development/floate ... eadme.html
but problem in in index.php , did not find body text like
<?php
if (class_exists('t3template')) {
$tmpl = t3template::getinstance($this);
$tmpl->render();
return;
} else {
//need install or enable jat3 plugin
echo jtext::_('missing jat3 framework plugin');
}
i using japortfolio template..so should put " <jdoc:include type="modules" name="floatercontainer" style="xhtml" />" code?
but problem in in index.php , did not find body text like
<?php
if (class_exists('t3template')) {
$tmpl = t3template::getinstance($this);
$tmpl->render();
return;
} else {
//need install or enable jat3 plugin
echo jtext::_('missing jat3 framework plugin');
}
i using japortfolio template..so should put " <jdoc:include type="modules" name="floatercontainer" style="xhtml" />" code?
in page have mentioned,
(a) there no reference code have provided
(b) mentioned include jdoc statement
hope reviewing same page.
(a) there no reference code have provided
(b) mentioned include jdoc statement
hope reviewing same page.
Comments
Post a Comment