PageRenderTime 59ms CodeModel.GetById 26ms RepoModel.GetById 1ms app.codeStats 0ms

/dwoo/templates_c/var/www/html/kuzaba/dwoo/templates/global_board_header.tpl.d15.php

https://github.com/stormeus/Kusaba-Z
PHP | 20 lines | 19 code | 1 blank | 0 comment | 2 complexity | 6515506e54e451098717b856cbe5f2a1 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1
  1. <?php
  2. ob_start(); /* template body */ ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html<?php echo $this->scope["htmloptions"];?> xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <title><?php echo $this->scope["title"];?></title>
  6. <link rel="shortcut icon" href="<?php echo $this->scope["cwebpath"];?>/favicon.ico" />
  7. <?php if ((isset($this->scope["locale"]) ? $this->scope["locale"] : null) != 'en') {
  8. ?>
  9. <link rel="gettext" type="application/x-po" href="<?php echo $this->scope["cwebpath"];?>/inc/lang/<?php echo $this->scope["locale"];?>/LC_MESSAGES/kusaba.po" />
  10. <?php
  11. }?>
  12. <meta http-equiv="Pragma" content="no-cache" />
  13. <meta http-equiv="cache-control" content="no-cache" />
  14. <meta http-equiv="expires" content="Sat, 17 Mar 1990 00:00:01 GMT" />
  15. <meta http-equiv="Content-Type" content="text/html;charset=<?php echo KU_CHARSET;?>" />
  16. <script type="text/javascript" src="<?php echo $this->scope["cwebpath"];?>/lib/javascript/gettext.js"></script>
  17. <?php /* end template body */
  18. return $this->buffer . ob_get_clean();
  19. ?>