Problem: Variable in Sprachvariable

[Lodda]
Hallo Allerseits!

Ich habe folgendes Problem:

Ich habe eine neue Sprachvariable angelegt: LANG_BLOG_TOTAL_ENTRY

In dieser ist folgender Text hinterlegt: Es gibt schon $totalposts Blogeinträge.

Natürlich wird jetzt auch $totalposts im Template ausgegeben. Ich weiß auch, daß das ganze erst evaluiert werden muss. Wenn ich richtig liege, dann muß das wie folgt aussehen:

php:
1:
$lang->items['LANG_BLOG_TOTAL_ENTRY'] = $lang->get("LANG_BLOG_TOTAL_ENTRY", array('$totalposts' => $totalposts));


NUR WOHIN DAMIT? In die Global.php oder in die entsprechende blog.php?
[kamui]
blog.php

Code sieht soweit i.O. aus.
Ghostmaster
-> Verschoben ([WBB 2.3.x] Allg. Fragen und Probleme)