Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
i18n and childmenu
#2
Quote:However, when I change the code to :

Code:
<?php get_i18n_navigation(return_page_slug(),1,100,); ?>

I use this in the sidebar and it works:
Code:
<div id="sidebar">
<?php
echo "<ul>";
echo get_i18n_navigation(return_page_slug(),1,99)."</ul>";
?>
</div> <!-- end #sidebar -->

take off the comma after the "100" ;=)
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply


Messages In This Thread
i18n and childmenu - by paps - 2011-11-23, 20:33:25
i18n and childmenu - by Connie - 2011-11-23, 22:19:23
i18n and childmenu - by paps - 2011-11-23, 23:15:29



Users browsing this thread: 1 Guest(s)