Ejemplo n.º 1
0
            default:
                if (file_exists(KUNENA_ABSTMPLTPATH . '/listcat.php')) {
                    include KUNENA_ABSTMPLTPATH . '/listcat.php';
                } else {
                    include KUNENA_ABSPATH . '/template/default/listcat.php';
                }
                break;
        }
        //hctiws
        // Bottom Module
        if (mosCountModules('kunena_bottom') || mosCountModules('kna_btm')) {
            ?>

        <div class = "bof-bottom-modul">
            <?php 
            if (CKunenaTools::isJoomla15()) {
                $document =& JFactory::getDocument();
                $renderer = $document->loadRenderer('modules');
                $options = array('style' => 'xhtml');
                $position = 'kunena_bottom';
                echo $renderer->render($position, $options, null);
            } else {
                mosLoadModules('kna_btm', -2);
            }
            ?>
        </div>

<?php 
        }
        // Credits
        echo '<div class="fb_credits"> ' . CKunenaLink::GetTeamCreditsLink($catid, _KUNENA_POWEREDBY) . ' ' . CKunenaLink::GetCreditsLink();