Shailan Drop Down Menu
-
Hi!
How can I manually remove a page from the Shailan Drop Down Menu with php?
I am using qtranslate for a two language blog – in the english version one Page should not appear. I tried this:
<?php if(qtrans_getLanguage()==’de’): ?><?php shailan_dropdown_menu(); ?><?php endif; ?>
<?php if(qtrans_getLanguage()==’en’): ?><?php shailan_dropdown_menu(); ?><?php endif; ?>but how can I tell shailan to exclude one page?
thank you!AD
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Shailan Drop Down Menu’ is closed to new replies.