Changeset 459

Show
Ignore:
Timestamp:
08/19/07 21:23:52 (3 years ago)
Author:
inureyes
Message:
Location:
expansion_pack/textcube/plugins
Files:
3 added
2 removed
1 modified

Legend:

Unmodified
Added
Removed
  • expansion_pack/textcube/plugins/JP_EolinTagSearchTT/index.php

    r441 r459  
    22function getEolinTagSearch($target, $mother) { 
    33    global $entries, $defaultURL, $pluginURL, $configVal; 
     4 
    45    requireComponent('Textcube.Function.misc'); 
    56    $data = misc::fetchConfigVal($configVal); 
     
    1213        $tempTagArr = array(); 
    1314        foreach($target as $tag => $tagLink) { 
    14             array_push($tempTagArr, $tagLink. 
     15            $tempTagArr[$tag] = $tagLink. 
    1516                (($data['c1']==1)?"<a href=\"http://eolin.com/tag/".encodeURL($tag)."\" target=\"_blank\" onfocus=\"this.blur()\" title=\"{$e_title}\"><img src=\"{$pluginURL}/images/{$eolinIMG}\" border=\"0\" align=\"top\" alt=\"{$e_title}\" /></a>":""). 
    1617                (($data['c2']==1)?"<a href=\"http://tags.allblog.net/".rawurlencode($tag)."/\" target=\"_blank\" onfocus=\"this.blur()\" title=\"{$a_title}\"><img src=\"{$pluginURL}/images/{$allblogIMG}\" border=\"0\" align=\"top\" alt=\"{$a_title}\" /></a>":""). 
    1718                (($data['c3']==1)?"<a href=\"http://www.technorati.com/tag/".rawurlencode($tag)."\" target=\"_blank\" onfocus=\"this.blur()\" title=\"{$t_title}\"><img src=\"{$pluginURL}/images/{$technoratiIMG}\" border=\"0\" align=\"top\" alt=\"{$t_title}\" /></a>":""). 
    1819                (($data['c4']==1)?"<a href=\"http://www.tagstory.com/video/video_tag.aspx?tag=".tagEncoding($tag)."\" target=\"_blank\" onfocus=\"this.blur()\" title=\"{$tg_title}\"><img src=\"{$pluginURL}/images/{$tagstoryIMG}\" border=\"0\" align=\"top\" alt=\"{$tg_title}\" /></a>":""). 
    19                 (($data['c5']==1)?"<a href=\"http://www.tistory.com/search/tag/".encodeURL($tag)."\" target=\"_blank\" onfocus=\"this.blur()\" title=\"{$bp_title}\"><img src=\"{$pluginURL}/images/{$tistoryIMG}\" border=\"0\" align=\"top\" alt=\"{$bp_title}\" /></a>":"")       
    20             ); 
     20                (($data['c5']==1)?"<a href=\"http://www.tistory.com/search/tag/".encodeURL($tag)."\" target=\"_blank\" onfocus=\"this.blur()\" title=\"{$bp_title}\"><img src=\"{$pluginURL}/images/{$tistoryIMG}\" border=\"0\" align=\"top\" alt=\"{$bp_title}\" /></a>":"");      
    2121        } 
    2222        $target = $tempTagArr;