Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Hi, I have a stupid question (again)

How do I change the login panel title? It still reads "CouchCMS"

I'm working on http://www.bouleetbilles.net/

and I can't remember how to do it.

I did it last time for http://www.thietbiwamvietnam.vn

but I can't recall how.

Thanks,
Paolo
Hi Paolo,

You'll find the strings in your language file (couch/lang/EN.php by default)
Code: Select all
// Admin Panel
$t['admin_panel'] = 'Admin Panel';
$t['login_title'] = 'CouchCMS';

Hope this helps.
Cool,

thanks KK.

When's the new release of Couch? Got some news?
3 posts Page 1 of 1