Advertisement
leandroprz

Untitled

Mar 14th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. function my_theme_wrapper_start() {
  2. echo '<div id="primary" class="site-content">';
  3. echo '<div id="content" role="main">';
  4. if(function_exists('bcn_display')) {
  5. echo '<div class="breadcrumbs">';
  6. bcn_display();
  7. echo '</div>';
  8. }
  9. }
  10.  
  11. function my_theme_wrapper_end() {
  12. echo '</div>';
  13. echo '</div>';
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement