예제 #1
0
 public function profileprintoutput()
 {
     echo profilef::profilegetoutput();
 }
예제 #2
0
                }
            }
            if ($activeid > 0) {
                if ($homeid == $activeid) {
                    $ih = true;
                }
            }
            $isprofile = false;
            $isuser = false;
            if (intval($user->id) > 0) {
                $isuser = true;
            }
            if ($isuser) {
                include dirname(__FILE__) . '/profilef.php';
                if ($ih) {
                    $content = profilef::profilegetoutput();
                    $isprofile = true;
                } else {
                    if ($alias == 'all-reports') {
                        $content = profilef::profilegetpastsearchesoutput();
                    }
                }
            }
            JHTML::_('behavior.framework', true);
            /* The following line gets the application object for things like displaying the site name */
            $app = JFactory::getApplication();
            $tplparams = $app->getTemplate(true)->params;
            $hasl = $this->countModules('left') ? true : false;
            $hasr = $this->countModules('right') ? true : false;
            ?>
 <!DOCTYPE html>