/ Published in: PHP
Few different ways to output primary links in your page.tpl.php template.
Expand |
Embed | Plain Text
<?php /** * Option 1 *******************************************************/ ?> <?php endif; ?> <?php endif; ?> <?php /** * Option 2 *******************************************************/ ?> <div id="primary-links"> </div> <?php } ?> <?php /** * Option 3 *******************************************************/ ?> } ?>
You need to login to post a comment.
