Просмотр файла inc/header.php

Размер файла: 962B
  1. <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
  3. <head>
  4. <link rel="stylesheet" type="text/css" href="style.css"/>
  5. <link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico"/>
  6. <meta http-equiv="Content-Type" content="application/vnd.wap.xhtml+xml; charset=UTF-8"/>
  7. <title><? echo $title; ?></title>
  8. </head>
  9. <body>
  10.  
  11. <?php
  12. echo '<div class="header"><span class="a">'.strtoupper($index_url).'</span></div>
  13. <div class="tbar"></div><div class="hr"></div>
  14. <div class="os">
  15. <div class="top_block"><div class="top_blockl"><div class="top_blockr"></div></div></div>
  16. <div class="content cent"><div class="content_left"><div class="content_right">';
  17. foreach ($up_reklame as $value){
  18. echo $value.'<br/>';
  19. }
  20. echo '</div></div></div>
  21. <div class="botline"><div class="botlinel"><div class="botliner"></div></div></div>';
  22. ?>