Index: temp/test-xoops.ec-cube.net/html/modules/mylinks/viewcat.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/mylinks/viewcat.php	(revision 405)
+++ temp/test-xoops.ec-cube.net/html/modules/mylinks/viewcat.php	(revision 883)
@@ -110,4 +110,10 @@
     $xoopsTpl->assign('show_links', true);
     $xoopsTpl->assign('lang_comments' , _COMMENTS);
+	$xoopsTpl->assign('lang_siteurl', _MD_SITEURL);
+	$xoopsTpl->assign('lang_developer', _MD_DEVELOPER);
+	$xoopsTpl->assign('lang_release_date', _MD_RELEASE_DATE);
+	$xoopsTpl->assign('lang_development_time', _MD_DEVELOPMENT_TIME);
+	$xoopsTpl->assign('lang_site_status', _MD_SITE_STATUS);
+	$xoopsTpl->assign('lang_customize', _MD_CUSTOMIZE);
     $sql = "select l.lid, l.cid, l.title, l.url, l.logourl, l.status, l.date, l.hits, l.rating, l.votes, l.comments, t.description from ".$xoopsDB->prefix("mylinks_links")." l, ".$xoopsDB->prefix("mylinks_text")." t where cid=$cid and l.lid=t.lid and status>0 order by $orderby";
     $result=$xoopsDB->query($sql,$show,$min);
