function extlink_extra_timer_markup in External Links Extra 7
Same name and namespace in other branches
- 8 extlink_extra.module \extlink_extra_timer_markup()
Returns the markup that the automatic timer uses to attach itself to.
2 calls to extlink_extra_timer_markup()
File
- ./
extlink_extra.module, line 343 - This module adds some extra functionality to the External Links module.
Code
function extlink_extra_timer_markup() {
return '<div class="automatic-redirect-countdown"></div>';
}