0
Welcome Guest! Login
0 items Join Now

Grunge: How to translate "You are here" in Breadcrumb

  • Grunge: How to translate "You are here" in Breadcrumb

    Posted 14 years 6 months ago
    • How can I translate the words "You are here" in front of the breadcrumb module. I looked around for the sentence but I was unable to find it.

      Thanks for help.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Grunge: How to translate "You are here" in Breadcrumb

    Posted 14 years 6 months ago
    • Open this file
      Joomla-root/templates/rt_grunge_j15/html/mod_breadcrumbs/default.php

      find line 4
      <span class="sep">YOU ARE HERE</span>

      Change the text for your needs …
  • Re: Grunge: How to translate "You are here" in Breadcrumb

    Posted 14 years 6 months ago
    • Thanks a lot, worked!

      Do you or anybody else know by any chance how to translate the "By" in front of the Author of frontpage news items?
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Grunge: How to translate "You are here" in Breadcrumb

    Posted 14 years 6 months ago
    • Not so sure for this one, but give it a try ...

      Joomla-Root/templates/rt_grunge_j15/html/com_content/frontpage/default_item.php

      Line 39
      <?php JText::printf('BY: %s', ($this->item->created_by_alias ? $this->item->created_by_alias : $this->item->author)); ?>

      change the by.
  • Re: Grunge: How to translate "You are here" in Breadcrumb

    Posted 14 years 6 months ago
    • It worked, Thanks a lot.

Time to create page: 0.159 seconds