From b81e9138024ab198d997148645779aba47429091 Mon Sep 17 00:00:00 2001 From: liedekef Date: Tue, 16 Jan 2007 12:18:49 +0000 Subject: [PATCH] Add admin lang for translations --- htdocs/about.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/about.php b/htdocs/about.php index 0f8037f5f34..ee251df2a56 100644 --- a/htdocs/about.php +++ b/htdocs/about.php @@ -2,6 +2,7 @@ /* Copyright (C) 2003-2004 Rodolphe Quiedeville * Copyright (C) 2003 Jean-Louis Bergamo * Copyright (C) 2004-2006 Laurent Destailleur + * Copyright (C) 2007 Franky Van Liedekerke * * 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 @@ -29,6 +30,7 @@ require("./pre.inc.php"); +$langs->load("admin"); llxHeader();