Project

General

Profile

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' : 'datasources'));
10

    
11
?>
12

    
(1-1/4)