我想在 head 中添加 css 和 js 文件。但我的模板使用龙门。所以我需要使用龙门对象来添加css和js。但是在我的自定义表单代码中无法访问此对象。我认为我的 requireonce 函数不能包含该文件。
require_once('../../../../templates/rt_graffito/lib/gantry/gantry.php');
$gantry->init();
$gantry->addStyle('media/moo_rainbow/css/mooRainbow.css', 5);
$gantry->addScript('media/moo_rainbow/js/mooRainbow.js');
这是我在计时表中使用的代码。但它不起作用。