PageRenderTime 2375ms CodeModel.GetById 25ms RepoModel.GetById 1ms app.codeStats 0ms

/exchange/code/trunk/administrator/components/com_exchange/views/output/tmpl/html.php

https://bitbucket.org/eddieajau/the-art-of-joomla-archive
PHP | 16 lines | 5 code | 2 blank | 9 comment | 0 complexity | 105ff80e7b39c601fc935922f3a0a604 MD5 | raw file
  1. <?php
  2. /**
  3. * @version $Id: html.php 280 2010-09-18 02:14:15Z eddieajau $
  4. * @package NewLifeInIT
  5. * @subpackage com_exchange
  6. * @copyright Copyright 2005 - 2010 New Life in IT Pty Ltd. All rights reserved.
  7. * @license GNU General Public License version 2 or later.
  8. * @link http://www.theartofjoomla.com
  9. */
  10. // no direct access
  11. defined('_JEXEC') or die;
  12. JHTML::stylesheet('default.css', 'administrator/components/com_exchange/media/css/');
  13. echo $this->buffer;
  14. ?>