function eb_custom_slider_link in Featured Content Slider 7.2
Same name in this branch
- 7.2 contrib/eb_custom_slider.module \eb_custom_slider_link()
- 7.2 contrib/custom_slider/eb_custom_slider.module \eb_custom_slider_link()
implementation of hook_link().
File
- contrib/
custom_slider/ eb_custom_slider.module, line 277 - display content in 'featured content' block using jquery.
Code
function eb_custom_slider_link($type, $node = null, $teaser = false) {
$links = array();
return $links;
}