Guest User

Untitled

a guest
Dec 10th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <?php
  2. if (function_exists('show_full_breadcrumb')) show_full_breadcrumb(
  3. array(
  4. 'labels' => array(
  5. 'local' => __('Voc&ecirc; est&aacute; aqui:'), // set FALSE to hide
  6. 'home' => __('In&iacute;cio'),
  7. 'page' => __('P&aacute;gina'),
  8. 'tag' => __('Etiqueta'),
  9. 'search' => __('Buscando'),
  10. 'author' => __('Publicado por'),
  11. '404' => __('Error 404 &rsaquo; P&aacute;gina n&atilde;o encontrada')
  12. ),
  13. 'separator' => array(
  14. 'element' => 'span',
  15. 'class' => 'separator',
  16. 'content' => '&rsaquo;'
  17. ),
  18. 'home' => array(
  19. 'showLink' => true
  20. )
  21. )
  22. );
  23. ?>
Add Comment
Please, Sign In to add comment