Changeset 907 for temp


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

Legend:

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

    r906 r907  
    8888$pop = popgraphic($hits); 
    8989 
    90 $subject = mb_convert_encoding(_MD_INTRESTLINK, 'JIS', 'AUTO'); 
    91 $subject = mb_encode_mimeheader($subject,'ISO-2022-JP',"B"); 
    92              
    93 $xoopsTpl->assign('link', array('id' => $lid, 'cid' => $cid, 'url' => $url, 'rating' => number_format($rating, 2), 'title' => $myts->makeTboxData4Show($ltitle).$new.$pop, 'category' => $path, 'logourl' => $myts->makeTboxData4Show($logourl), 'updated' => formatTimestamp($time,"m"), 'description' => $myts->makeTareaData4Show($description,0), 'adminlink' => $adminlink, 'hits' => $hits, 'votes' => $votestring, 'comments' => $comments, 'mail_subject' => sprintf($subject,$xoopsConfig['sitename']), 'mail_body' => rawurlencode(sprintf(_MD_INTLINKFOUND,$xoopsConfig['sitename']).':  '.XOOPS_URL.'/modules/mylinks/singlelink.php?lid='.$lid),'developer' => $developer, 'release_date' => $release_date, 'development_time' => $development_time, 'site_status' => $site_status, 'customize_flag' => $customize)); 
     90$xoopsTpl->assign('link', array('id' => $lid, 'cid' => $cid, 'url' => $url, 'rating' => number_format($rating, 2), 'title' => $myts->makeTboxData4Show($ltitle).$new.$pop, 'category' => $path, 'logourl' => $myts->makeTboxData4Show($logourl), 'updated' => formatTimestamp($time,"m"), 'description' => $myts->makeTareaData4Show($description,0), 'adminlink' => $adminlink, 'hits' => $hits, 'votes' => $votestring, 'comments' => $comments, 'mail_subject' => rawurlencode($xoopsConfig['sitename']), 'mail_body' => rawurlencode($xoopsConfig['sitename'].':  '.XOOPS_URL.'/modules/mylinks/singlelink.php?lid='.$lid),'developer' => $developer, 'release_date' => $release_date, 'development_time' => $development_time, 'site_status' => $site_status, 'customize_flag' => $customize)); 
    9491$xoopsTpl->assign('lang_description', _MD_DESCRIPTIONC); 
    9592$xoopsTpl->assign('lang_lastupdate', _MD_LASTUPDATEC); 
Note: See TracChangeset for help on using the changeset viewer.