Downloads
Download tar.gz
7.38 KB
MD5: e961c044f45dceac458ab6e65800e4f4
SHA-1: fd7f5477a0661ea94ee0149924f4656f27339918
SHA-256: fe7ee121d12b5f181897b0d1953eb299d866372c87b47d680565c620a1bd9410
Download zip
8.04 KB
MD5: 40a33c03474e3f9f348323730117934b
SHA-1: dd481b2d718c4747acf67e78a7cfb922715a73c3
SHA-256: c464da581c24f719568c08aacf59c9f2ccbba7a62fee6556cd36b12e4a0a8f75
Release notes
Fixed a bug where you could only add 1 template per page. I was using require_once when including the template content and it should be include instead since that template might be called multiple times on each page load. Duh.