changed number of channel on frontpage

This commit is contained in:
Kasper Rynning-Tønnesen
2015-02-13 00:11:39 +01:00
parent 0f4bd9ec25
commit 14f4bf8b8a

View File

@@ -37,7 +37,7 @@ foreach($fil as $files){
} }
$i++; $i++;
array_push($all_channels, ucfirst(str_replace(".json", "", $files))); array_push($all_channels, ucfirst(str_replace(".json", "", $files)));
if($i > 13) if($i > 16)
{ {
$tooMany = true; $tooMany = true;
break; break;