http://www.fsf.org/ or write * to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. * */ // For each language pack installed link it $dirHandle = opendir("lang"); while (false !== ($file = readdir($dirHandle))) { // File list if ($file != "." && $file != "..") { // . and .. stripped // Include language packs @include ("lang/$file/langpack.inc"); } } ?>