Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. function theme_views_slideshow_singleframe_control_next($vss_id, $view, $options) {
  2. return l(t('Next'), '#', array(
  3. 'attributes' => array(
  4. 'class' => 'views_slideshow_singleframe_next views_slideshow_next',
  5. 'id' => "views_slideshow_singleframe_next_" . $vss_id,
  6. ),
  7. 'fragment' => ' ',
  8. 'external' => TRUE,
  9. ));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement