Recent Topics

1 Dec 27, 2007 14:19    

b2evo: 2.2.0

how can i change the title "Info pages" shown on my blog to a custom text?
i haven't found any solution yet. :(

http://www.hanselundgretel.net/blog/

you can find the widget on the right sidebar's bottom.

thx.

2 Dec 27, 2007 14:27

I think the only way to do it is to edit inc/widgets/model/_widget.class.php line 411 from

$this->disp_title( T_('Info pages') );

to

$this->disp_title( T_('Shazzam!') );


You, of course, don't have to change it to "Shazzam!" ;)

If there is a better way hopefully someone who knows it will share it!

3 Dec 27, 2007 14:56

i'm so happy about your answer!

it works!

thank you very very very much!

4 Dec 27, 2007 15:13

You're very welcome! Hey it looks like you asked the same in the German forum. If this is true would you mind replying to that post and posting the same info over there in German for the next person who wants to know?


Form is loading...