Project

General

Profile

« Previous | Next » 

Revision 50494

Remove person entities, change query, change bestlicense field, remove unidentified from stats, show categorized subjects when no other subjects are available

View differences:

default.php
1
<?php
2

  
3
defined('_JEXEC') or die('Access denied');
4

  
5
jimport('joomla.environment.uri');
6
jimport('joomla.html.html');
7
jimport('joomla.methods');
8

  
9
echo($this -> loadTemplate(($this -> keyword == NULL) ? 'browse' : 'people'));
10

  
11
?>
12

  

Also available in: Unified diff