Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Hi,

I'm exploring Couch and liking what I'm seeing, so I'm starting to integrate it into a site I'm redesigning.

Just one small thing I've noticed as I validate my HTML (perhaps rather obsessively) is that the "powered by Couch CMS" footer it automatically generates is wrapped in
Code: Select all
<center>
and
Code: Select all
</center>
tags.

It would be nice if this were removed and replaced with more up-to-date code at some time.

Thanks for a nice CMS.
Hi and welcome, beermad :)

Thank you for the heads-up.

It would be nice if this were removed and replaced with more up-to-date code at some time.
Will do. In the meanwhile, you can edit 'couch/config.php' file and set the following to '1'
Code: Select all
define( 'K_REMOVE_FOOTER_LINK', 0 );
That'll remove the auto-generated link and you may put in whatever markup pleases you (and the validator :) ).

Do let us know if there is anything we could help you with in Couch.
Thanks.
2 posts Page 1 of 1
cron