-
Notifications
You must be signed in to change notification settings - Fork 106
Branding
Prashant Shah edited this page Aug 15, 2015
·
1 revision
Q1. Can I change the branding of the application by changing the name, logo and theme/template files ?
Yes. The templates files are in public domain and you are free to change it as you want. There is no restrictions on how you want to brand the application.
Change the following lines in the top of the app/Plugin/Webzash/Config/bootstrap.php file
Configure::write('Webzash.AppName', "Webzash");
Configure::write('Webzash.AppURL', "http://webzash.org");