weeb.tv make some changes in font size on
http://weeb.tv/channels now 4 correct working KSV script change line 330
Quote:
from
preg_match('/14px.*?<a href="(.*?)".*?>(.*?)<\/a>/is', $fieldSet, $channelVars);
to
preg_match('/12px.*?<a href="(.*?)".*?>(.*?)<\/a>/is', $fieldSet, $channelVars);
|