How to remove Concrete5 logo from top of Registration page
Permalink
Hello!
Can 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
Can 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
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...