Brian,

this seems very odd. Can you create a simple reproduce case please,  
maybe as a patch against the sample app (saves you work :))?

Thanks a lot,

David



Am 05.03.2008 um 03:02 schrieb Brian W. Neu:

> The following prevents the locale code from being generated in  
> subsequent links:
>
> <div id="header_flags">
> <a href="<?php echo $ro->gen(null, array('locale'=> 'en')); ?>">
> <img src="/i/us_en_flag.png" /></a>
> &nbsp;
> <a href="<?php echo $ro->gen(null, array('locale'=>'ko')); ?>">
> <img src="/i/kr_flag.png" />
> </a>
> </div>
> Links are generated via:
>
>       <a href="<?php echo $ro->gen('Company'); ?>"
>
> Again, they work fine if the first set of $ro->gen is deleted
>
> but with it included, links like http://company.com/ko/Company end  
> up just http://company.com/Company  (which switches back to English)
>
> Thanks!
>
> -- 
> Brian W. Neu
> Principal
> Advanced Open Systems, Inc.
> Technology Applied for Business
> 404.452.0043 (v)
> 404.418.6911 (f)
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.agavi.org/mailman/listinfo/users


_______________________________________________
users mailing list
[email protected]
http://lists.agavi.org/mailman/listinfo/users

Reply via email to