Bootwhmcs / bootwhmcs

Template files for Bootwhmcs
75 stars 42 forks source link

Update viewcart.tpl #17

Closed JonTheWong closed 10 years ago

JonTheWong commented 10 years ago

script type="text/javascript" src="templates/orderforms/{$carttpl}/static/app.js">/script>

declared twice in this file and header.tpl

ghost commented 10 years ago

The header file is not included in viewcart.tpl.. Removing app.js will render the page broken.

JonTheWong commented 10 years ago

when i view the source it shows up twice.

header.tpl on the main theme and then in viewcart.tpl

ghost commented 10 years ago

It's there once for me. Do note that Bootorder and Bootwhmcs has their own files, the bootorder theme is not dependent on bootwhmcs and vice versa.

orderforms/bootorder/static/app.js bootwhmcs/static/js/app.js

JonTheWong commented 10 years ago

my bad, i didn't even check the source i saw the double link and figured it was the same source files.