Changeset 89

Show
Ignore:
Timestamp:
02/18/08 14:02:21 (9 months ago)
Author:
root
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/action.php

    r85 r89  
    8080        ?> 
    8181<div> 
    82         <table border=0> 
     82        <table width="100%" border=0> 
    8383                <tr valign="top"> 
    8484                <td width="25%"> 
     
    102102                        //# exclude $wpurl from search results... 
    103103                        //# ...$siteurl already excluded in db query. 
    104                         //if (!eregi($siteurl, $chR->referrer) { 
    105104                        if ($wpurl == $siteurl || !eregi($wpurl,$chR->referrer)) { 
    106105                           print '<li class="charts">'.$chR->top_referrer.': '; 
     
    108107                           //#cut "http://" from shown url, then truncate 
    109108                           //#   instead of using stringShortener... 
    110                            //print stringShortener($chR->referrer,round($max_char_len*.25,0)).'</a>'."\n"; 
    111109                           print substr(preg_replace('/^'.preg_quote('http://','/').'/i', '', $chR->referrer),0,$char_len); 
    112110                           if (strlen($chR->referrer) > ($char_len + 7)) {