<?php
$moviePortlets = array (
"diskfree_portlet.php" => localize_string("Free Disk Space"),
"dirsize_portlet.php" => localize_string("Movies Directory Size"),
"genres_portlet.php" => localize_string("Movie Genres"),
"top_portlet.php" => localize_string("Top 10"),
"low_portlet.php" => localize_string("Low 10"),
"moviestats_portlet.php" => localize_string("Movie Statistics"),
"new_portlet.php" => localize_string("New Releases"),
"top_actors.php" => localize_string("Most Frequent Actors"),
"top_directors.php" => localize_string("Most Frequent Directors"),
"top_genres.php" => localize_string("Most Frequent Genres"),
"top_writers.php" => localize_string("Most Frequent Writers"),
"watched_portlet.php" => localize_string("Most Watched")
);
$defaultMoviePortlets = array (
"top_portlet.php",
"moviestats_portlet.php",
"top_actors.php",
"top_directors.php",
"watched_portlet.php"
);
?>