Wednesday, February 6, 2008, 8:24:04 AM, Hans wrote:

> $ViewList, array(
>         'en' => 'en',
>         'de' => 'de',
>         'gr' => 'gr',
>         'it' => 'it',
>         ));

sorry, this should be:

$ViewList = array(
        'en' => 'en',
        'de' => 'de',
        'gr' => 'gr',
        'it' => 'it',
        );



  ~Hans


_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to