more mod cleanups

This commit is contained in:
mike
2012-10-22 19:18:50 +11:00
parent 8f9ddcb536
commit 56b95d50ed
2 changed files with 13 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ function pretheme_init(&$a) {
$info = get_theme_info($theme);
if($info) {
// unfortunately there will be no translation for this string
$desc = $info['description'];
$desc = $info['description'];
$version = $info['version'];
$credits = $info['credits'];
}