Jump to content

Download: Irsist


TauCeti

Recommended Posts

  • 4 weeks later...
  • 2 months later...
Posted

Noticed a small bug with this skin, the navigation titles ( the little popup when you hover over the nav buttons ) for the addons (blog, tracker, etc ) shot a %s between "go to" and the module name.
Example "Go to %s Blog".
Easy fix, open the skin editor.
Go to Global Templates
->globalTemplate
Find:

{$this->lang->words['go_to_prefix']}{IPSLib::getAppTitle( $data['app_dir'] )}

Replace with:

{parse expression="sprintf( $this->lang->words['go_to_prefix'], IPSLib::getAppTitle($data['app_dir']) )"}



Small problem with a quick fix.
;)

  • 1 month later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...