Ignore:
Timestamp:
2006/12/13 19:22:44 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/modules/mylinks/singlelink.php

    r881 r882  
    7575$xoopsTpl->assign('lang_visit' , _MD_VISIT); 
    7676$xoopsTpl->assign('lang_comments' , _COMMENTS); 
     77$xoopsTpl->assign('lang_siteurl', _MD_SITEURL); 
    7778$xoopsTpl->assign('lang_developer', _MD_DEVELOPER); 
    7879$xoopsTpl->assign('lang_release_date', _MD_RELEASE_DATE); 
     
    8081$xoopsTpl->assign('lang_site_status', _MD_SITE_STATUS); 
    8182$xoopsTpl->assign('lang_customize', _MD_CUSTOMIZE); 
    82 $xoopsTpl->assign('lang_new_open', _MD_NEW_OPEN); 
    83 $xoopsTpl->assign('lang_renewal', _MD_RENEWAL); 
    84 $xoopsTpl->assign('lang_on', _MD_ON); 
    85 $xoopsTpl->assign('lang_off', _MD_OFF); 
    86 $xoopsTpl->assign('lang_caution_title', _POST_CAUTION_TITLE); 
    87 $xoopsTpl->assign('lang_caution_body', _POST_CAUTION_BODY); 
    8883include XOOPS_ROOT_PATH.'/include/comment_view.php'; 
    8984include XOOPS_ROOT_PATH.'/footer.php'; 
Note: See TracChangeset for help on using the changeset viewer.