<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    <div class="node-content">
      <p>Hi there,</p>
      <p>I am currently developing my own theme.<br>
        The theme was designed by some web designers, and I had to
        implement it in Drupal (7) this way, well that's what I found on
        the internet.<br>
      </p>
      <p>The menu is rendered pretty good, like:</p>
      <p> </p>
      <div class="codeblock"><code><span style="color: rgb(0, 0, 0);"><span
              style="color: rgb(0, 0, 187);">&lt;?php<br>
              &nbsp;&nbsp;&nbsp; $hoofdmenu </span><span style="color: rgb(0, 119,
              0);">= </span><span style="color: rgb(0, 0, 187);">menu_navigation_links</span><span
              style="color: rgb(0, 119, 0);">(</span><span style="color:
              rgb(221, 0, 0);">'menu-hoofdmenu'</span><span
              style="color: rgb(0, 119, 0);">);<br>
              &nbsp;&nbsp;&nbsp; echo </span><span style="color: rgb(0, 0, 187);">theme</span><span
              style="color: rgb(0, 119, 0);">(</span><span style="color:
              rgb(221, 0, 0);">'links'</span><span style="color: rgb(0,
              119, 0);">, array(</span><span style="color: rgb(221, 0,
              0);">"links" </span><span style="color: rgb(0, 119, 0);">=&gt;
            </span><span style="color: rgb(0, 0, 187);">$hoofdmenu</span><span
              style="color: rgb(0, 119, 0);">, </span><span
              style="color: rgb(221, 0, 0);">'attributes' </span><span
              style="color: rgb(0, 119, 0);">=&gt; array(</span><span
              style="color: rgb(221, 0, 0);">'id' </span><span
              style="color: rgb(0, 119, 0);">=&gt; </span><span
              style="color: rgb(221, 0, 0);">'hoofdnav'</span><span
              style="color: rgb(0, 119, 0);">, </span><span
              style="color: rgb(221, 0, 0);">'class' </span><span
              style="color: rgb(0, 119, 0);">=&gt; </span><span
              style="color: rgb(221, 0, 0);">'radius'</span><span
              style="color: rgb(0, 119, 0);">)));<br>
              &nbsp;&nbsp;&nbsp; <br>
            </span><span style="color: rgb(0, 0, 187);">?&gt;</span></span></code></div>
      <br>
      <p>But.. This only works for "top level" menu items. Some how the
        sub-menu-items, or children, aren't visible now.<br>
        How can I display the second level menu items too? Is this
        possible in somewhat the same way?</p>
      <p>Thanks in advance!<br>
        Niek.</p>
    </div>
  </body>
</html>