Created
July 12, 2013 11:51
-
-
Save sobi3ch/5983895 to your computer and use it in GitHub Desktop.
ATD render node in ligthbox
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Render ATD node context inside lightbox. | |
*/ | |
function l_lightbox($nid, $text) { | |
return l($text, '/lightbo/'. $nid, array('attributes' => array('class' => 'lightbox', 'rel'=> 'libghtframe')) ); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment