Rename concrete/ folder and remove login/restrict?
PermalinkLets imagine website.com has concrete installed on root dir,
website.com/about-us/ for example.
Now, if you take a look at the source-code of the site you will see mention of /concrete/themes/etc...
Is it any possible to allow us define a new name for that concrete folder?
Lets say I want to use "webengine" or "site"
Also, if you are making a static site any possibility of removing the login screen or mask the site to make it less noticeable that you have an admin backend? (that bottom link Sign in to edit this page)

things worked fine for most of the pages,
but not for login & dashboard! I'm getting this error when trying to access them:
Warning: View::include() [function.include]: Failed opening '' for inclusion (path\concrete5\concretex\libraries\view.php on line 738
when I try to set the theme manually I get an empty page with only the theme in it, i.e:no content, no login form.. nothing!
Any ideas?