标签: jquery joomla
我需要在jquery中输入一个路径,但我的模板名称将是每个模板的另一个。
在joomla中,我有以下选择:
/templates/' . $this->template . '/modules/jtabs.js
和
/<?php echo $this->template ?>/css/style2.css
如何在jquery中实现相同的目标?