Feature Requests
Share ideas, discuss and vote on requests from other users in community
Include head.tpl Templates in viewinvoice.tpl
Under Consideration
I would like to see viewinvoice.tpl include head.tpl or at the very least script.min.js and custom.css.
Doing so would make jQuery, Bootstrap JS, etc available for use on the viewinvoice page where as right now it's not. including custom.css would allow for styling changes without mucking with invoice.css
hi
edit file viewinvoice.tpl and insert code {include file="$template/header.tpl"} in first line and insert code {include file="$template/footer.tpl"} in last line .
you can delete <html> & <head> & <title> tag
Comments have been locked on this page!