hey people.

it didnt took me long to develop my own Theme.
But i have a little problem I have installed phptemplate, and scripted my theme.
However phptemplate refuses to show my primary and secondary links.
I also uploaded argeebee-4.6.0 Theme wich also works with phptemplate and here to it dont show my links :S
This is my Theme code:

 </table>
	<!-- End header -->
      <table width="100%"  border="0" cellspacing="0" cellpadding="0">
        <tr>
		
		<!-- Navigation -->
          <td width="194" valign="top"><img src="themes/aero/images/nav.jpg" width="194" height="21">
		  <div id="links">
		  <?php print $sidebar_left ?>
		  <!-- Secondary links --->
		  <?php if (count($secondary_links)) : ?>
			<?php foreach ($secondary_links as $link): ?>
			<?php print $link?>
			<?php endforeach; ?>
			<!-- End Secondary links -->
			<!-- Primary links -->
			<?php endif; ?>
			<?php if (count($primary_links)) : ?>
			<?php foreach ($primary_links as $link): ?>
			<?php print $link?>
			<?php endforeach; ?>
			<?php endif; ?>
			<?php print $sidebar_right ?>
			<!-- End primary links -->
		  </div>
		  </td>
		<!-- End Navigation -->
		
		<!-- Content -->
          <td class="content" height="90" valign="top">
		  <div id="text">
		  
<?php print $breadcrumb ?>
<?php if ($title != ""): ?>
<h1><?php print $title ?></h1>
<?php endif; ?>
<?php if ($tabs != ""): ?>

I hope someone will help me.

Greetz Sander