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

Размер файла: 851B
  1. <?php
  2. defined('_WBLIB') or die('Restricted access');
  3.  
  4. $title = isset($title) ? $title : 'Wap-библиотека';
  5.  
  6. echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml"><head>
  8. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />';
  9. if (!empty ($set['meta_key'])) echo '<meta name="keywords" content="' . $set['meta_key'] . '" />';
  10. if (!empty ($set['meta_desc'])) echo '<meta name="description" content="' . $set['meta_desc'] . '" />';
  11. echo '<link rel="stylesheet" type="text/css" href="'.$home.'/themes/'.$set['theme'].'/style.css">
  12. <title>'.$title.'</title></head>
  13. <div class="head"><img src="http://test1.ru/themes/'.$set['theme'].'/images/logo.png" alt="logo"/></div>';
  14. echo '<div class="menu">';
  15. ?>