Thanks! I used page-front.tpl.php and it works great. <br><br>Although I&#39;d like to have the blocks be side by side on the front page but the blocks get put ontop of eachother. How do I make them side by side on the front-page?
<br><br>Cheers!<br>/Mattias<br><br><div><span class="gmail_quote">On 3/12/07, <b class="gmail_sendername">Larry Garfield</b> &lt;<a href="mailto:larry@garfieldtech.com">larry@garfieldtech.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>Just check the $is_front variable, which is set on any page.tpl.php (or derivative) template.&nbsp;&nbsp;That&#39;s much more stable than checking the URL directly.<br><br>Alternatively, use page-front.tpl.php, which automatically gets used for the front page in place of the normal 
page.tpl.php.&nbsp;&nbsp;Then simply omit the $sidebar_right statement entirely.<br><br>--Larry Garfield<br><br>On Mon, 12 Mar 2007 15:16:53 +0100, &quot;Mattias Hällkvist&quot; &lt;<a href="mailto:mattiasha@gmail.com">mattiasha@gmail.com
</a>&gt; wrote:<br>&gt; I&#39;m trying to set different front page for anonymous and authenticated<br>&gt; users<br>&gt; using the front page module &lt;<a href="http://drupal.org/project/front">http://drupal.org/project/front
</a>&gt;. I&#39;d like<br>&gt; the<br>&gt; frontpage to have the header but not the right sidebar. In page.tpl.php<br>&gt; the<br>&gt; right sidebar is defined as $sidebar_right. So I thought that I could add<br>&gt; code to check if the url is 
<a href="http://domain.com/front_page">domain.com/front_page</a> and then not print<br>&gt; $sidebar_right. Or some other solution that doesn&#39;t print the right<br>&gt; sidebar<br>&gt; on the front_page.<br>&gt;<br>&gt; I&#39;m a php novice but I&#39;m learning.. I appreciate any help I can get.
<br>&gt;<br>&gt; Thanks!<br>&gt; /Mattias<br>&gt;<br>&gt;<br><br>--<br>[ Drupal support list | <a href="http://lists.drupal.org/">http://lists.drupal.org/</a> ]</blockquote></div><br>