Ignore:
Timestamp:
2006/12/08 15:29:34 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r405 r567  
    149149    $xoopsTpl->assign('lang_submit', _SUBMIT); 
    150150    $xoopsTpl->assign('lang_cancel', _CANCEL); 
     151 
     152    $xoopsTpl->assign('lang_caution_title', _POST_CAUTION_TITLE); 
     153    $xoopsTpl->assign('lang_caution_body', _POST_CAUTION_BODY); 
    151154    ob_start(); 
    152155    $mytree->makeMySelBox("title", "title",0,1); 
Note: See TracChangeset for help on using the changeset viewer.