Drupal How to add .active class in to main menu -


मुख्य मेनू में एक्टिव क्लास को कैसे जोड़ें, जब फ़ंक्शन "theme" _links ___ "name-menu" < / Code>?

उदाहरण:

  फ़ंक्शन socialzin_links__footer_menu ($ variables) {$ html = "& lt; ul & gt; \ n"; ($ Link ['title'], $ link ['href'], $ link) "$ l के रूप में $ variables ['links'] $ {$ html}।" & Lt; / li & gt; "; } $ Html। = "& Lt; / ul & gt; \ n"; $ Html लौटाओ; }    

वास्तव में ड्रुपल विशिष्ट current_path () जो मुझे लगता है कि इस उदाहरण में सही है:

  यदि ($ link ['href'] == current_path ()) {$ class = "active"} $ html। = " & Lt; li वर्ग = "। $ Class।" & Gt; "l। ($ Link ['title'], $ link ['href'], $ लिंक)।" & Lt; / li & gt; ";   

यह भी देखें

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -