修正するのは、 include/functions.php の serviceLinks() 関数
アイコンの後ろに説明文を記載
$srvlinks = 
  "<a href=\"".XOOPS_URL."/modules/".$xoopsModule->getVar('dirname')."/admin/entry.php?
      op=mod&
      entryID=".$variable."\" 
    target=\"_blank\">
    <img src=\"".XOOPS_URL."/modules/".$xoopsModule->getVar('dirname')."/images/edit.gif\" 
      border=\"0\" 
      alt=\"".constant("_MD_{$MYDIRNAME}_EDITTERM")."\" 
      width=\"15\" 
      height=\"11\" 
-    /></a> 
+    />".constant("_MD_{$MYDIRNAME}_EDITTERM")."</a> 
  <a href=\"".XOOPS_URL."/modules/".$xoopsModule->getVar('dirname')."/admin/entry.php?
      op=del&
      entryID=".$variable."\" 
    target=\"_blank\">
    <img src=\"".XOOPS_URL."/modules/".$xoopsModule->getVar('dirname')."/images/delete.gif\" 
      border=\"0\" 
      alt=\"".constant("_MD_{$MYDIRNAME}_DELTERM")."\" 
      width=\"15\" 
      height=\"11\" 
-    /></a> ";^M
+    />".constant("_MD_{$MYDIRNAME}_DELTERM")."</a> ";^M
前
xword 0.46 cube対応、utf8化
カテゴリートップ
備忘録

▲新しくコメントをつける▲

題名
ゲスト名   :
投稿本文
より詳細なコメント入力フォームへ

コメント一覧



Script Execution Time: 0.074 sec.