Просмотр файла themes/motor/index.php

Размер файла: 3.22Kb
  1. <?php
  2. #-----------------------------------------------------#
  3. # ********* RotorCMS ********* #
  4. # Made by : VANTUZ #
  5. # E-mail : visavi.net@mail.ru #
  6. # Site : http://pizdec.ru #
  7. # WAP-Site : http://visavi.net #
  8. # ICQ : 36-44-66 #
  9. # Вы не имеете право вносить изменения в код скрипта #
  10. # для его дальнейшего распространения #
  11. #-----------------------------------------------------#
  12. header('Content-type:text/html; charset=utf-8');
  13. ?>
  14. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  15. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru">
  16. <head>
  17. <title>%TITLE%</title>
  18. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  19. <link rel="shortcut icon" href="<?=$config['home']?>/favicon.ico" type="image/x-icon" />
  20. <link rel="image_src" href="<?=$config['home']?>/images/img/icon.png" />
  21. <link rel="stylesheet" href="<?=$config['home']?>/themes/motor/style.css" type="text/css" />
  22. <link rel="alternate" href="<?=$config['home']?>/news/rss.php" title="RSS News" type="application/rss+xml" />
  23. <?include_javascript();?>
  24. <meta name="keywords" content="%KEYWORDS%" />
  25. <meta name="description" content="%DESCRIPTION%" />
  26. <meta name="generator" content="RotorCMS <?=$config['rotorversion']?>" />
  27. </head>
  28. <body>
  29. <!--Design by Vantuz (http://pizdec.ru)-->
  30.  
  31. <div id="wrapper">
  32. <div class="main" id="up">
  33.  
  34. <div class="panelTop">
  35. <img src="/themes/motor/panel_top.gif" alt="" />
  36. </div>
  37. <div class="backgr_top">
  38. <div class="content">
  39. <div class="logo">
  40. <a href="/index.php?<?=SID?>"><img src="/images/img/logo.png" alt="<?=$config['title']?>" /></a>
  41. </div>
  42.  
  43. <div class="menu">
  44. <a href="/forum/?<?=SID?>">Форум</a>
  45. <a href="/book/?<?=SID?>">Гостевая</a>
  46. <a href="/news/?<?=SID?>">Новости</a>
  47. <a href="/load/?<?=SID?>">Скрипты</a>
  48. <a href="/blog/?<?=SID?>">Блоги</a>
  49.  
  50. <span class="mright">
  51.  
  52. <?if (is_user()){?>
  53. <?if (is_admin()){?>
  54.  
  55. <?if (stats_spam()>0){?>
  56. <a href="<?=ADMINDIR?>spam.php?<?=SID?>"><span style="color:#ff0000">Спам!</span></a>
  57. <?}?>
  58.  
  59. <?if ($udata['users_newchat']<stats_newchat()){?>
  60. <a href="<?=ADMINDIR?>chat.php?<?=SID?>"><span style="color:#ff0000">Чат</span></a>
  61. <?}?>
  62.  
  63. <a href="<?=ADMINDIR?>index.php?<?=SID?>">Панель</a>
  64. <?}?>
  65.  
  66. <a href="/pages/index.php?act=menu&amp;<?=SID?>">Меню</a>
  67. <a href="/input.php?act=exit&amp;<?=SID?>" onclick="return confirm('Вы действительно хотите выйти?')">Выход</a>
  68.  
  69. <?} else {?>
  70. <a href="/pages/login.php?<?=SID?>">Авторизация</a>/
  71. <a href="/pages/registration.php?<?=SID?>">Регистрация</a>
  72. <?}?>
  73.  
  74. </span>
  75.  
  76. </div>
  77. </div>
  78. </div>
  79.  
  80. <div class="backgr">
  81. <div class="bcontent">
  82. <div class="mcontentwide">
  83.  
  84. <?include_once(BASEDIR.'includes/note.php');?>