Exemple #1
0
 public function profileprintpastsearchesoutput()
 {
     echo profilef::profilegetpastsearchesoutput();
 }
Exemple #2
0
                    $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>  
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" slick-uniqueid="3" dir="ltr" class="com_content view-article itemid-227 resource j34 mm-hover no-touch <?php 
            if (intval($_GET['sr']) > 0 || JSite::getMenu()->getActive()->alias == 'sample-reports') {
                echo "reports";
            }