Размер файла: 536B
- <?php
- // by mides, 1xw.mobi
-
- echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">';
- echo '<html xmlns="http://www.w3.org/1999/xhtml">';
- echo '<head>';
- echo '<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />';
- echo '<link href="'.$config['link'].'/inc/style.css" rel="stylesheet" type="text/css">';
- echo '<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />';
- echo '<title>'.$config['title'].'</title>';
- echo '</head>';
- echo '<body>';
-
- ?>