瀏覽代碼

Update info.php

$help_url = "";

llxHeader('', $title, $help_url);
UT from dolibit 4 年之前
父節點
當前提交
8c59ad974b
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      htdocs/asset/info.php

+ 4 - 2
htdocs/asset/info.php

@@ -57,8 +57,10 @@ $object->fetch($id);
 $form = new Form($db);
 
 $title = $langs->trans('Asset')." - ".$langs->trans('Info');
-$helpurl = "";
-llxHeader('', $title, $helpurl);
+
+$help_url = "";
+
+llxHeader('', $title, $help_url);
 
 $object->info($id);