Menu

#1 Always the last value is shown

open
nobody
None
5
2004-02-13
2004-02-13
Anonymous
No

Version PHP 1.21

Here is the data structure that i set:

array(5) {
["lg"]=>
string(2) "fr"
["lgurl"]=>
string(0) ""
["lgfr"]=>
bool(true)
["metabaseurl"]=>
string(20) "http://192.168.2.10/"
["gself"]=>
string(9) "index.php"
}

Here is a part of the template

<!-- TMPL_VAR NAME="lg" --><br>
<!-- TMPL_VAR NAME="lgurl" --><br>
<!-- TMPL_VAR NAME="lgfr" --><br>
<!-- TMPL_VAR NAME="metabaseurl" --><br>
<!-- TMPL_VAR NAME="gself" --><br>

Here is the result:

index.php
index.php
index.php
index.php
index.php

Bizarre !!!!??

Discussion