<div>Hi.<br></div><div><br></div><div>I am Miles Rout, and I&#39;m currently converting a static HTML theme to a drupal theme. I&#39;ve been wondering about the use of:</div><div><br></div><div>&lt;?php print theme(&#39;links&#39;, $primary_links, array(&#39;class&#39; =&gt; &#39;links primary-links&#39;)) ?&gt; and &lt;?php print theme(&#39;links&#39;, $secondary_links, array(&#39;class&#39; =&gt; &#39;links secondary-links&#39;)) ?&gt;</div>

<div><br></div><div>When I use these, should I need to change my CSS?  Do they output the list in a funny way? Why is this using a theme(); function when they could just be &lt;?php print $primary_links ?&gt; or something like that? Or alternatively, why isn&#39;t the page_title something like &lt;?php print theme(&#39;title&#39;, $page_title, array(&#39;class&#39; =&gt; &#39;title page-title&#39;)) ?&gt;  ?</div>

<div><br></div><div>Thanks,</div><div>Miles</div>