Project

General

Profile

« Previous | Next » 

Revision 30888

Added by yannis.stratoulis about 10 years ago

added modal file. needed for the popups to have the themes style.

View differences:

modules/uoa-joomla/trunk/joomla-2.5.3/yoo_solar-1.0.1/modal.php
1
<?php
2
/**
3
* @package   yoo_solar
4
* @author    YOOtheme http://www.yootheme.com
5
* @copyright Copyright (C) YOOtheme GmbH
6
* @license   http://www.gnu.org/licenses/gpl.html GNU/GPL
7
*/
8

  
9
// no direct access
10
defined('_JEXEC') or die('Restricted access');
11

  
12
// include config	
13
include_once(dirname(__FILE__).'/config.php');
14

  
15
// get warp
16
$warp = Warp::getInstance();
17

  
18
// load main template file, located in /layouts/template.php
19
echo $warp['template']->render('modal');

Also available in: Unified diff