2013-04-18, 07:30:23
Hello once more,
a fast question only this time. Is there a way to make the last entry in the breadcrumbs a plain text instead of a hyperlink? It looks nicer and more logical to have the current site as a plain text.
This is my breadcrumbs code in the template
Thanks for any ideas
a fast question only this time. Is there a way to make the last entry in the breadcrumbs a plain text instead of a hyperlink? It looks nicer and more logical to have the current site as a plain text.
This is my breadcrumbs code in the template
Code:
<p class="breadcrumbs" >
<a href="<?php echo find_url('index',null); ?>">
<?php if ($language == 'cs') { ?>Úvod<?php } ?>
<?php if ($language == 'en') { ?>Home<?php } ?>
</a>
<?php get_i18n_breadcrumbs(return_page_slug()); ?>
<?php nm_post_title('» '); ?>
</p>
Thanks for any ideas
Tomáš Janeček - Multilingual personal website powered by GetSimple
» The little I did for GetSimple
» The little I did for GetSimple