|
filemask("index.php");
ireaddir("/en/made-in-luxembourg" . "/list");
sort_by_metafield("movietitle");
dynamic_enable(1);
$french = ("en" eq "fr") ? 1 : 0;
if (@FILELIST == 0) {
if ($french) {
print ' Il n\'y a pas de films à afficher ';
} else {
print 'There are no movies to display ';
}
}
else {
print "
Warning: main(perpage.php): failed to open stream: No such file or directory in /home/imperia7/site/temp/phpPn5vy.php on line 218
Warning: main(): Failed opening 'perpage.php' for inclusion (include_path='.:/usr/lib/php') in /home/imperia7/site/temp/phpPn5vy.php on line 218
\n";
print '';
foreach my $file (@FILELIST) {
next if ($FILE_META{$file}->{movietitle} eq "");
print "\n";
}
print ' ';
print "
Fatal error: Call to undefined function: displayprevnext() in /home/imperia7/site/temp/phpPn5vy.php on line 255
|