PageRenderTime 58ms CodeModel.GetById 33ms RepoModel.GetById 1ms app.codeStats 0ms

/templates/rhuk_milkyway/component.php

https://github.com/joebushi/joomla
PHP | 25 lines | 17 code | 2 blank | 6 comment | 2 complexity | eec4cbcd1204c7c9bdb121167b4136f2 MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0
  1. <?php
  2. /**
  3. * @version $Id$
  4. * @package Joomla.Site
  5. * @copyright Copyright (C) 2005 - 2010 Open Source Matters, Inc. All rights reserved.
  6. * @license GNU General Public License version 2 or later; see LICENSE.txt
  7. */
  8. defined('_JEXEC') or die;
  9. ?>
  10. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>">
  12. <head>
  13. <jdoc:include type="head" />
  14. <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/rhuk_milkyway/css/template.css" type="text/css" />
  15. <?php if ($this->direction == 'rtl') : ?>
  16. <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/rhuk_milkyway/css/template_rtl.css" type="text/css" />
  17. <?php endif; ?>
  18. </head>
  19. <body class="contentpane">
  20. <jdoc:include type="message" />
  21. <jdoc:include type="component" />
  22. </body>
  23. </html>