Index: temp/test-xoops.ec-cube.net/html/modules/mylinks/index.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/modules/mylinks/index.php	(revision 405)
+++ temp/test-xoops.ec-cube.net/html/modules/mylinks/index.php	(revision 625)
@@ -91,5 +91,20 @@
 $xoopsTpl->assign('lang_comments' , _COMMENTS);
 
-$result = $xoopsDB->query("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 l.status>0 and l.lid=t.lid ORDER BY date DESC", $xoopsModuleConfig['newlinks'], 0);
+$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);
+$xoopsTpl->assign('lang_new_open', _MD_NEW_OPEN);
+$xoopsTpl->assign('lang_renewal', _MD_RENEWAL);
+
+$xoopsTpl->assign('lang_on', _MD_ON);
+$xoopsTpl->assign('lang_off', _MD_OFF);
+$xoopsTpl->assign('lang_caution_title', _POST_CAUTION_TITLE);
+$xoopsTpl->assign('lang_caution_body', _POST_CAUTION_BODY);
+	
+$result = $xoopsDB->query("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, l.developer, l.release_date, l.development_time, l.site_status, l.customize_flag FROM ".$xoopsDB->prefix("mylinks_links")." l, ".$xoopsDB->prefix("mylinks_text")." t where l.status>0 and l.lid=t.lid ORDER BY date DESC", $xoopsModuleConfig['newlinks'], 0);
+
 while(list($lid, $cid, $ltitle, $url, $logourl, $status, $time, $hits, $rating, $votes, $comments, $description) = $xoopsDB->fetchRow($result)) {
     if ($isadmin) {
