<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
			<channel>
			<title>Меню над блоком «прямой эфир / Вопросы, проблемы и их решения / Alto CMS</title>
			<link>http://79.174.14.219/comments/945/</link>
			<description><![CDATA[Доброго времени суток, подскажите новичку как добавить блок с произвольным меню над прямым эфиром?]]></description>
			<language>ru</language>
			<managingEditor>noreply@altocms.ru</managingEditor>
			<webMaster>noreply@altocms.ru</webMaster>
			<generator>Alto CMS v.1.5.0b1</generator>
							<item>
					<title>Меню над блоком «прямой эфир (comment #17591)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/945/#comment17591</guid>
					<link>http://79.174.14.219/945.html#comment17591</link>
					<author>mx.partizan@gmail.com</author>
					<description><![CDATA[Я реалиловал через добавление виджета]]></description>
					<pubDate>Sat, 17 Jan 2015 23:33:00 +0300</pubDate>
									</item>
							<item>
					<title>Меню над блоком «прямой эфир (comment #17592)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/945/#comment17592</guid>
					<link>http://79.174.14.219/945.html#comment17592</link>
					<author>mx.partizan@gmail.com</author>
					<description><![CDATA[Создай файл в папке шаблона например widget.mainmenu.tpl<br/>
Помести в него<br/>
<pre class="prettyprint"><code>&lt;/head&gt;
&lt;body&gt;
&lt;ul class=&quot;navigation&quot;&gt; 
   &lt;li&gt;&lt;a href=&quot;&quot; target=&quot;_blank&quot;&gt;Новости&lt;/a&gt;&lt;/li&gt;
   &lt;li&gt;&lt;a href=&quot;&quot; target=&quot;_blank&quot;&gt;Статьи&lt;/a&gt;&lt;/li&gt;
   &lt;li&gt;&lt;a href=&quot;&quot; target=&quot;_blank&quot;&gt;Шаблоны&lt;/a&gt;&lt;/li&gt;
   &lt;li&gt;&lt;a href=&quot;&quot; target=&quot;_blank&quot;&gt;Книги&lt;/a&gt;&lt;/li&gt;
   &lt;li&gt;&lt;a href=&quot;&quot; target=&quot;_blank&quot;&gt;Скрипты&lt;/a&gt;&lt;/li&gt;
   &lt;li&gt;&lt;a href=&quot;&quot; target=&quot;_blank&quot;&gt;Видео&lt;/a&gt;&lt;/li&gt;
   &lt;li&gt;&lt;a href=&quot;&quot; target=&quot;_blank&quot;&gt;Форум&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;body&gt;
&lt;/body&gt;
&lt;/html&gt;</code></pre><br/>
<br/>
А в файле widgets.php добавь<br/>
<pre class="prettyprint"><code>//Меню сайта
$config['widgets'][] = array(
    'name' =&gt; 'widgets/widget.mainmenu.tpl',
    'wgroup' =&gt; 'right',
    'priority' =&gt; 500,
    'action' =&gt; array(
        'index',
        'community',
        'filter',
        'blogs',
        'blog' =&gt; array('{topics}', '{topic}', '{blog}'),
        'tag',
    ),
    'title' =&gt; 'Меню',
);</code></pre><br/>
<br/>
Это простой вариант, а дальше надо немного знать css м все получиться]]></description>
					<pubDate>Sat, 17 Jan 2015 23:44:09 +0300</pubDate>
									</item>
					</channel>
	</rss>
