我使用Foundation Interchange將內容動態加載到我的頁面。它對html文件非常有用。 但是:如何使用它來加載其他文件格式,具體是.tpl在我的情況。基金會 - 互換交易 - 非html
這工作得很好:
<div data-interchange="[{link file='frontend/index/sliderSMALL.html'}, (small)], [{link file='frontend/index/sliderBIG.html'}, (medium)]">
</div>
這不起作用(TPL而不是HTML):
<div data-interchange="[{link file='frontend/index/sliderSMALL.tpl'}, (small)], [{link file='frontend/index/sliderBIG.tpl'}, (medium)]">
</div>
就什麼都不會發生。 tpl文件沒有被加載。 任何人的想法?