Integrate an admin template into a bootstrap template for site

0

Hello

I am a beginner in bootstrap and I have some questions, I would like to know if you can help me.

I have 2 templates, one for the site (KALLYAS) and an admin template (METRONIC), both in bootstrap. Can I integrate the admin template with a site template? make them work together, even if it's done by different companies? How?

If you can not answer me, do you know any reliable forum where I can answer my questions?

Thank you in advance.

    
asked by anonymous 11.10.2016 / 15:53

1 answer

0

It's easy, structure the folders:

../index.php -> aqui você inclui os plugins, e estilos do Kallyas

../KALLYAS/

../ADMIN/index.php -> aqui você inclui as coisas relacionadas ao Metronic

../ADMIN/METRONIC

It does not make a difference to have 1,2,3 or 4 different types of templates in the environments as long as you do not mix them, as some of them will hinder others.

    
19.04.2017 / 16:14