Delete The Categories and Recent Comments
|
10-08-2010, 09:14 PM
(This post was last modified: 10-08-2010 09:15 PM by admin.)
Post: #3
|
|||
|
|||
RE: Delete The Categories and Recent Comments
to make the pics larger
open include/functions.php find PHP Code: $data=$data.'<td valign="top"><a href="'.$root_url.$linki.'"><div align="center"><img multiple_thumbnail_url="g" class="video-thumb" border="0" src="'.$root_url.'img/thumb/'.$row['v_id'].'_0.jpg" num="'.$row['num'].'" id="thumb'.($i+1).'" alt="'.urldecode($row['title']).'" width="160" height="120" /></div>'.urldecode($row['title']).'</a></td>'; at line 504 also find PHP Code: $data=$data.'<td valign="top"><a href="'.$root_url.$linki.'"><div align="center"><img multiple_thumbnail_url="g" class="video-thumb" border="0" src="'.$root_url.'img/thumb/'.$row['v_id'].'_0.jpg" num="'.$row['num'].'" id="thumb'.($i+1).'" alt="'.urldecode($row['title']).'" width="160" height="120" /></div>'.urldecode($row['title']).'</a></td>'; edit width="160" height="120" for two codes as you want |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Delete The Categories and Recent Comments - online28 - 10-08-2010, 07:54 PM
RE: Delete The Categories and Recent Comments - admin - 10-08-2010, 09:05 PM
RE: Delete The Categories and Recent Comments - admin - 10-08-2010 09:14 PM
RE: Delete The Categories and Recent Comments - online28 - 11-08-2010, 06:26 AM
RE: Delete The Categories and Recent Comments - admin - 11-08-2010, 09:49 AM
|