简体   繁体   中英

how to add a custom template to joomla

Can we add a custom template that we designed it with HTML5 CSS3 and jQuery to joomla,or we have to use the specific joomla templates? if it is yes how? I am really confused in this case,

Templates are stored in the /templates/ folder. The key file is index.php but many other files such as css and js go in there too as well as helper PHP files.

You need to adapt your standalone template to link into joomla's cms and place "postition markers" in it so Joomla! can insert modules and the component to display etc. at the correct place.

Use existing templates for reference and this docs page: http://docs.joomla.org/Template

and this tutorial: http://docs.joomla.org/Portal:Template_Development

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM