[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/administrator/templates/khepri/ -> component.php (source)

   1  <?php
   2  /**
   3   * @copyright    Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
   4   * @license        GNU/GPL, see LICENSE.php
   5   * Joomla! is free software. This version may have been modified pursuant
   6   * to the GNU General Public License, and as distributed it includes or
   7   * is derivative of works licensed under the GNU General Public License or
   8   * other free or open source software licenses.
   9   * See COPYRIGHT.php for copyright notices and details.
  10   */
  11  
  12  // no direct access
  13  defined( '_JEXEC' ) or die( 'Restricted access' );
  14  ?>
  15  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  16  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo  $this->language; ?>" lang="<?php echo  $this->language; ?>" dir="<?php echo  $this->direction; ?>" >
  17  <head>
  18  <jdoc:include type="head" />
  19  
  20  <link href="templates/<?php echo  $this->template ?>/css/general.css" rel="stylesheet" type="text/css" />
  21  <link href="templates/<?php echo  $this->template ?>/css/component.css" rel="stylesheet" type="text/css" />
  22  
  23  <?php if($this->direction == 'rtl') : ?>
  24      <link href="templates/<?php echo  $this->template ?>/css/general_rtl.css" rel="stylesheet" type="text/css" />
  25      <link href="templates/<?php echo  $this->template ?>/css/component_rtl.css" rel="stylesheet" type="text/css" />
  26  <?php endif; ?>
  27  
  28  </head>
  29  <body class="contentpane">
  30      <jdoc:include type="message" />
  31      <jdoc:include type="component" />
  32  </body>
  33  </html>


Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1