PageRenderTime 47ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://github.com/stormeus/Kusaba-Z
PHP | 57 lines | 51 code | 4 blank | 2 comment | 12 complexity | ccc6fe034a2ddfec85e845d29dd7f4dc MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1
  1. <?php
  2. if (function_exists('smarty_block_t')===false)
  3. $this->getLoader()->loadPlugin('t');
  4. ob_start(); /* template body */ ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head>
  7. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  8. <title><?php if (!isset($_tag_stack)){ $_tag_stack = array(); } $_tag_stack[] = array(); $_block_repeat=true; smarty_block_t($_tag_stack[count($_tag_stack)-1], null, $this, $_block_repeat); while ($_block_repeat) { ob_start();?>Manage Boards<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo smarty_block_t($_tag_stack[count($_tag_stack)-1], $_block_content, $this, $_block_repeat); } array_pop($_tag_stack);?></title>
  9. <?php
  10. $_loop0_data = (isset($this->scope["styles"]) ? $this->scope["styles"] : null);
  11. if ($this->isArray($_loop0_data) === true)
  12. {
  13. foreach ($_loop0_data as $tmp_key => $this->scope["-loop-"])
  14. {
  15. $_loop0_scope = $this->setScope(array("-loop-"));
  16. /* -- loop start output */
  17. ?>
  18. <link rel="<?php if ($this->scope != (defined("KU_DEFAULTSTYLE") ? KU_DEFAULTSTYLE : null)) {
  19. ?>alternate <?php
  20. }?>stylesheet" type="text/css" href="<?php echo KU_WEBPATH;?>/css/site_<?php echo $this->scope;?>.css" />
  21. <link rel="<?php if ($this->scope != (defined("KU_DEFAULTSTYLE") ? KU_DEFAULTSTYLE : null)) {
  22. ?>alternate <?php
  23. }?>stylesheet" type="text/css" href="<?php echo KU_WEBPATH;?>/css/sitemenu_<?php echo $this->scope;?>.css" />
  24. <?php
  25. /* -- loop end output */
  26. $this->setScope($_loop0_scope, true);
  27. }
  28. }
  29. ?>
  30. <link rel="shortcut icon" href="<?php echo KU_WEBPATH;?>/favicon.ico" />
  31. <script type="text/javascript">
  32. function toggle(button, area) {
  33. var tog=document.getElementById(area);
  34. if(tog.style.display) {
  35. tog.style.display="";
  36. } else {
  37. tog.style.display="none";
  38. }
  39. button.innerHTML=(tog.style.display)?'+':'&minus;';
  40. createCookie('nav_show_'+area, tog.style.display?'0':'1', 365);
  41. }
  42. </script>
  43. <base target="manage_main" />
  44. </head>
  45. <body>
  46. <h1><?php if (!isset($_tag_stack)){ $_tag_stack = array(); } $_tag_stack[] = array(); $_block_repeat=true; smarty_block_t($_tag_stack[count($_tag_stack)-1], null, $this, $_block_repeat); while ($_block_repeat) { ob_start();?>Manage Boards<?php $_block_content = ob_get_clean(); $_block_repeat=false; echo smarty_block_t($_tag_stack[count($_tag_stack)-1], $_block_content, $this, $_block_repeat); } array_pop($_tag_stack);?></h1>
  47. <ul>
  48. <?php echo $this->scope["links"];?>
  49. </ul>
  50. </body>
  51. </html><?php /* end template body */
  52. return $this->buffer . ob_get_clean();
  53. ?>