NoName013
Постоялец
- Регистрация
- 10 Ноя 2013
- Сообщения
- 80
- Реакции
- 23
- Автор темы
- #11
Код:
name = Wedlock
description = Тема
screenshot = /img/theme_preview.png
version = 1.0
core = 7.x
engine = phptemplate
regions[header] = Шапка
regions[content] = Контент
regions[sidebar_first] = Ліва панель
regions[sidebar_second] = Плава панель
regions[footer] = Футер
regions[main_menu] = Головне меню
stylesheets[all][] = css/style.css
Вот еще html.tpl. Подозреваю что проблема именно в нем. Но вот как ее решить...
Код:
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!--[if lt IE 9]>
<script src="<?php print base_path() . drupal_get_path('theme', 'fobos') . '/js/html5.js'; ?>">
</script><![endif]-->
<?php print $head; ?>
<title><?php print $head_title; ?></title>
<?php print $styles; ?>
<?php print $scripts; ?>
</head>
<body>
<div id="div_left"></div>
<div id="div_centr">
<?php print $page; ?>
</div>
<div id="div_rigth"></div>
</body>
</html>