How to upgrade joomla's built-in bootstrap to latest version -


I am using joomla ver 3.2.3 and it is using bootstrap 2.3.2. How can I update it so that I can use the latest Bootstrap version which is 3.2.0?

OK, so you're building a front-end template like sound.

Most of the templates maintain all assets inside the template's specific directory. Like

/ templates / mytemplate / css / / templates / mytemplate / js / and / templates / mytemplate / images / Bootstrap will be the appropriate place for files.

You can view it in the CSS and JS files with the built in Protostar template path:

/ templates / protostar / css / / templates / protostar / js / / templates / protostar / images /


Comments

Popular posts from this blog

Folder list php -

GO: Serve static pages -

python - Why can't I destroy my StaticText in wxPython? -