', $context['page_title'], ' ', template_css(), '

', $txt['close_window'], '
'; } /** * Display a like button and info about how many people liked something */ function template_like() { global $context, $scripturl, $txt; echo ' '; } /** * A generic template that outputs any data passed to it... */ function template_generic() { global $context; echo $context['data']; } ?>