Guest User

Untitled

a guest
Jan 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <?php // Replace this: ?>
  2.  
  3. <?php print $content; ?>
  4.  
  5. <?php // With this: ?>
  6.  
  7. <?php if (isset($block->title_link)): ?>
  8. <?php print l($content, $block->title_link, array('attributes' => array('title' => $block->title_link_title), 'html' => TRUE)); ?>
  9. <?php else: ?>
  10. <?php print $content; ?>
  11. <?php endif; ?>
Add Comment
Please, Sign In to add comment