Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $a=$_SERVER['REQUEST_URI'];
- $b = preg_replace('/[^A-Z-a-z]/', '', $a);
- $c = trim(str_replace($search = array("page", "http://", ".", "-", "/", "html", "htm", "chn","[^A-Za-z]",) ,$replace = array('', '', '', '', '', '', '', '', '', '') ,( $b )));
- $d = 'anhminhanh'.$c.'';
- // echo $d;
- ?>
- <?php wp_nav_menu( array( 'theme_location' => $c)); ?>
- <!--- aathuat code gọi ra menu của từng loại sp--->
- khác
- 'nav' => __( 'Main Navigation', 'yit' ),
- 'welcome-menu' => __( 'Welcome Menu', 'yit' ),
- 'furnitures' => __( 'Menu', 'amahome' ),
- 'shop' => __( 'Shop Menu', 'amahome' ),
Advertisement
Add Comment
Please, Sign In to add comment