Brian W. Neu wrote:
> 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)
Hi Brian!

Please post the routing rules you use.
>
> 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