Guest User

Untitled

a guest
Apr 24th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <?php if (is_array($primary_links)) : ?>
  2. <ul id="primary">
  3. <?php foreach ($primary_links as $link): ?>
  4. <li><?php print $link?></li>
  5. <?php endforeach; ?>
  6. </ul>
  7. <?php endif; ?>
Add Comment
Please, Sign In to add comment