Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Hi,
I'm trying to change the title "CouchCMS" to "CMS" in login page but can't do it.
I've changed it in functions.php file but nothing happens, how canI do this. Thanks
Hello,

Try to change
Code: Select all
$t['login_title'] = 'CouchCMS';

in your couch/lang/[your lang].php
gem3 wrote: Hello,

Try to change
Code: Select all
$t['login_title'] = 'CouchCMS';

in your couch/lang/[your lang].php

Thank you!
3 posts Page 1 of 1