# Convert HTML Web template to CakePHP template

**URL:** https://discourse.cakephp.org/t/convert-html-web-template-to-cakephp-template/1917
**Category:** Need Help
**Created:** [January 24, 2017, 3:53am UTC](https://discourse.cakephp.org/t/convert-html-web-template-to-cakephp-template/1917 "2017-01-24T03:53:08Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![coc](https://avatars.discourse-cdn.com/v4/letter/c/f05b48/32.png) [@coc](https://discourse.cakephp.org/u/coc)
#### Post date: [January 24, 2017, 3:53am UTC](https://discourse.cakephp.org/t/convert-html-web-template-to-cakephp-template/1917/1 "2017-01-24T03:53:08Z")

</div>

I have just downloaded a HTML web template and plan to convert it into CakePhp web template.Inside the assets folder of this downloaded template there are folders for css, images, fonts,js,flexslider,bootstrap,ico.I have copied the contents of css, images, fonts & js to the corresponding webroot/css, webroot/img, webroot/font, webroot/js.

Now my question is what do i do of the other three folders namely flexslider, bootstrap and ico folders.How do i access them in src/Template/Element/header.php and src/Template/Element/footer.php.Hope you understand my question and help me with some codes.Please excuse me for asking such a basic question as i am new to CakePHP.

---

<div class="post-metadata">

### Author: ![spadeX](https://avatars.discourse-cdn.com/v4/letter/s/919ad9/32.png) [@spadeX](https://discourse.cakephp.org/u/spadeX)
#### Post date: [March 28, 2019, 11:47am UTC](https://discourse.cakephp.org/t/convert-html-web-template-to-cakephp-template/1917/2 "2019-03-28T11:47:46Z")

</div>

Make sure you have only create one default template in the layout folder then add those js,css,images files in that make default layout and access them in the application as per need.
