0
I developed a website, now I need to create a "ADM" to control it.
These are the files from the main website:
I created a folder called adm
in the same directory as the other files and thought to put all the code of the ADM site there, however, I am using the Bootstrap Framework and would like to know if I put all Bootstrap files inside that ADM folder and do it all over again or if inside this folder I can create my own index.php
and when to call css/js. I could just tidy up the path to the existing folder in the previous directory?
If the best option is to re-route the paths to the previous directories, I should create a specific CSS for the Adm site, and I already have a specific CSS for the site called which is the file estilo.css
?
It’s not an answer, it’s just an observation, but Cmss like Wordpress and Joomla for example work with separate files. The "font-end" part has its folder and all its files, and a part for Adm to work has its folder and all its files. One environment does not share anything of the other... Here is a basic image for you to understand better, but in Google you find more http://www.gobiznow.com/wordpress-tutorials/images/wp-themes-02.jpg
– hugocsl
That’s just what I needed, thank you.
– Marcielli Oliveira