Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个较旧的 Joomla 安装,其中包含模式功能,但是我在源代码中注意到相关的 JS 和 CSS 仅加载在主索引页面上 - 它没有加载到所有其他页面上。
有没有办法在全球范围内包括这个?
一些建议将不胜感激。
想通了 - 通过添加:
<?php JHTML::_( 'behavior.modal' ); ?>