Breadcrumb NavXT im Template einbinden


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <div class="brotkruemel">
  2. <?php
  3. if(function_exists('bcn_display'))
  4. {
  5. bcn_display();
  6. }
  7. ?>
  8. </div>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.