Guest User

Untitled

a guest
Apr 3rd, 2014
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. Find
  2.  
  3. //$item_html = str_replace( '<a', '<a class="dropdown-toggle" data-toggle="dropdown"', $item_html );
  4. $item_html = str_replace( '<a', '<a', $item_html );
  5.  
  6. Change to
  7.  
  8. $item_html = str_replace( '<a', '<a class="dropdown-toggle" data-toggle="dropdown"', $item_html );
  9. //$item_html = str_replace( '<a', '<a', $item_html );
Advertisement
Add Comment
Please, Sign In to add comment