Meliza Amity - 2007-12-15

Logged In: YES
user_id=959928
Originator: NO

You can write your news header and text as language variables in the extra.xx.php language files and fill this variable in the news item.

I use for instance the following in my news item:
#news_title#
<p>#text_news1##text_news2#</p>

and in the extra.xx.php files I have
$pgv_lang["news_title"] = "...";
$pgv_lang["text_news1"] = "..";
$pgv_lang["text_news2"] = "..";

Meliza