Directory structure question

Permalink
I am new to concrete5 and typically work with Drupal. I noticed that my directory structure looks like:
folder-where-c5-is-installed:
-blocks
-concrete
--blocks
--config
-config
-etc...

Why are there two folders both called concrete nested inside each other? Also, where do I put my custom themes?

Thanks for the help for a newbie!

ps. I'm loving C5 so far!

 
Adreco replied on at Permalink Reply
Adreco
As I understand and use it: The upper level empty folders are where your customizations can reside. If you make edits inside the core folders, they are vulnerable to being overwritten if/when you upgrade your version of C5.
orourkedd replied on at Permalink Reply
so the inner folders is where the core lives?
Fernandos replied on at Permalink Best Answer Reply
Fernandos
Hi!

This will answer all your questions:
http://www.concrete5.org/documentation/developers/system/directory-...

Hope you've a good time with C5!
orourkedd replied on at Permalink Reply
Thanks!