You could do something as simple as:<div><div><br></div><div>&lt;a href=&quot;&lt;?php print $front_page ?&gt;&quot;&gt;Your text or picture here&lt;/a&gt;</div><div><br></div><div>You may want to add check_url to the php, or rel or title attributes to the link tag, but I think that&#39;s the most simple link back to home page.</div>
<div><br></div><div>Alternatively, here&#39;s the code from the core theme Garland.</div><div><div>if ($logo || $site_title) {</div><div>&nbsp;&nbsp;print &#39;&lt;h1&gt;&lt;a href=&quot;&#39;. check_url($front_page) .&#39;&quot; title=&quot;&#39;. $site_title .&#39;&quot;&gt;&#39;;</div>
<div>&nbsp;&nbsp;if ($logo) {</div><div>&nbsp;&nbsp; &nbsp;print &#39;&lt;img src=&quot;&#39;. check_url($logo) .&#39;&quot; alt=&quot;&#39;. $site_title .&#39;&quot; id=&quot;logo&quot; /&gt;&#39;;</div><div>&nbsp;&nbsp;}</div><div>&nbsp;&nbsp;print $site_html .&#39;&lt;/a&gt;&lt;/h1&gt;&#39;;</div>
<div>}</div><div><br></div><div>Here they&#39;ve done basically the same thing but are including variables for the logo and site title and also checked to make sure the title and logo are present before trying to display them. &nbsp;Also, Garland puts the HTML inside the PHP, where my example put the PHP inside the HTML.</div>
</div><div><br></div>That said, there are lots of themes you can check to see different approaches to how it&#39;s done.</div><div>Brian</div><div><br><div class="gmail_quote">On Wed, Dec 10, 2008 at 8:17 PM, simone-www. io-lab. org <span dir="ltr">&lt;<a href="mailto:cimo75@gmail.com">cimo75@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="Ih2E3d">On Thu, Dec 11, 2008 at 12:44 AM, Brian Choc &lt;<a href="mailto:bchoc@t4tcolorado.org">bchoc@t4tcolorado.org</a>&gt; wrote:<br>

&gt; I&#39;m a little confused by what you&#39;re asking. &nbsp;I don&#39;t think you really need<br>
&gt; a region unless you plan to put blocks in it. You can just link to<br>
&gt; $front_page in your theme&#39;s page.tpl.php using whatever image or text you<br>
&gt; like.<br>
&gt; Brian<br>
</div>hi Brian<br>
I ve tried to mangle with php code (i am quite new to it) but i can t<br>
find out the right syntax (i copied the code from the original logo<br>
and adapted it but with no luck)<br>
Can you point me out to an example?<br>
Thanks<br>
<font color="#888888">Simone<br>
</font><div class="Ih2E3d">&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Wed, Dec 10, 2008 at 10:03 AM, simone-www. io-lab. org &lt;<a href="mailto:cimo75@gmail.com">cimo75@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; hi<br>
&gt;&gt; I decided to remove the logo php code and go for a region that will<br>
&gt;&gt; host the image of my logo/name.<br>
&gt;&gt; I can easily add an image via css to the region class but to have a<br>
&gt;&gt; link bringing back to &quot;home&quot; i have to use html code in a block added<br>
&gt;&gt; to that region.That works but i d like, if possible to use php<br>
&gt;&gt; page.tpl.php and/or css to place the linked image, how can i<br>
&gt;&gt; accomplish that?<br>
&gt;&gt; thanks<br>
&gt;&gt; Simone<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; .wmv , .wma , .pps along with all proprietary Windows formats won t be<br>
&gt;&gt; accepted and/or viewed....<br>
&gt;&gt; --<br>
&gt;&gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; [ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
&gt;<br>
<br>
<br>
<br>
</div>--<br>
<div><div></div><div class="Wj3C7c">.wmv , .wma , .pps along with all proprietary Windows formats won t be<br>
accepted and/or viewed....<br>
--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</div></div></blockquote></div><br><br>
</div>