<?php
/************************************************************************/
/* PHP-NUKE: Web Portal System */
/* =========================== */
/* */
/* Copyright (c) 2005 by Francisco Burzi */
/* http://phpnuke.org */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/************************************************************************/
if (!defined('ADMIN_FILE')) {
die ("Access Denied");
}
global $admin_file,$currentlang;
$tmModuleName = "topMusic";
if(file_exists("modules/".$tmModuleName."/admin/language/lang-".$currentlang.".php")) {
require_once("modules/".$tmModuleName."/admin/language/lang-".$currentlang.".php");
} else {
require_once("modules/".$tmModuleName."/admin/language/lang-english.php");
}
adminmenu("".$admin_file.".php?op=topmusic", ""._TOPMUSIC."", "topmusic.gif");
?>