Guest User

Untitled

a guest
Feb 13th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <a href="#"><icon> Link Text</a>
  2.  
  3. l('text','path',options)
  4.  
  5. print l('<span class="' . implode(" ",$link[options][attributes]["class"]) . '"></span> ' . $link["link_title"]
  6.  
  7. <li class="nav-item"><?php print l('<span class="' . implode(" ",$link[options][attributes]["class"]) . '"></span> ' . $link["link_title"],$link["link_path"],array('attributes'=> array('class'=>array($link[options][item_attributes]["class"], 'nav-link')),'html' => TRUE)); ?></li>
Add Comment
Please, Sign In to add comment