How to remove Concrete5 logo from top of Registration page
PermalinkCan you tell me what page must I edit and what bit of code must I cut to remove the Concrete5 logo from the Registration page?
Thanks!
Ruben
This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.
Your theme needs to have a view.php including the code below for use with single pages:
The system errors bit is optional.
Now, in your folder 'webroot/config' you have a file named 'site_theme_paths.php'. Read the comments so you understand it and then add the following:
Make sure you have uncommented $v = View::getInstance();
Read more about it in this how-to: http://www.concrete5.org/documentation/how-tos/designers/themimg-sy...