The following prevents the locale code from being generated in subsequent links:

<div id="header_flags">
<a href="" class="literal">"<?php echo $ro->gen(null, array('locale'=> 'en')); ?>">
<img src="" class="literal">"/i/us_en_flag.png" /></a>
&nbsp;
<a href="" class="literal">"<?php echo $ro->gen(null, array('locale'=>'ko')); ?>">
<img src="" class="literal">"/i/kr_flag.png" />
</a>
</div>

Links are generated via:

	<a href=""

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

Reply via email to