<?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/355/</link>
			<description><![CDATA[Привет! Нужно реализовать такой механизм. Мне нужно чтоб при входе на сайт http://www.site.com юзеру выкидывало форму входа на сайт (например]]></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 #5738)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/355/#comment5738</guid>
					<link>http://79.174.14.219/355.html#comment5738</link>
					<author>Privalov.Ivan@gmail.com</author>
					<description><![CDATA[Тут всё дело не в ратуре, а АкшинЛоге, можно кАнеШно манипулятором перекрыть, но без капульки тут точно не обойтись…]]></description>
					<pubDate>Tue, 01 Oct 2013 16:18:21 +0400</pubDate>
									</item>
							<item>
					<title>Главная (comment #5739)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/355/#comment5739</guid>
					<link>http://79.174.14.219/355.html#comment5739</link>
					<author>denispayp@gmail.com</author>
					<description><![CDATA[По русский пжалста :)]]></description>
					<pubDate>Tue, 01 Oct 2013 16:32:52 +0400</pubDate>
									</item>
							<item>
					<title>Главная (comment #5752)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/355/#comment5752</guid>
					<link>http://79.174.14.219/355.html#comment5752</link>
					<author>vshemarov@gmail.com</author>
					<description><![CDATA[Самый простой вариант<br/>
<br/>
В админке «Настройки сайта / Ссылки» в параметре «Показывать на главной» задается «Домашняя страница». В папке скина создается папка <strong>/actions/ActionHomepage/</strong> куда кладется файл <strong>index.tpl</strong>, который инклудит другой шаблон, в зависимости от того, авторизован юзер или нет. <br/>
<br/>
Примерно так:<br/>
<pre class="prettyprint"><code>{if E::IsUser()}
  {include file=&quot;actions/ActionsIndex/index.tpl&quot;}
{else}
  {include file=&quot;actions/ActionLogin/index.tpl&quot;}
{endif}</code></pre>]]></description>
					<pubDate>Wed, 02 Oct 2013 02:35:44 +0400</pubDate>
									</item>
					</channel>
	</rss>
