Unofficial SMF API Documentation

./Themes/default/Printpage.template.php

template_print_above

function template_print_above(): void

The header. Defines the look and layout of the page as well as a form for choosing print options.

template_main

function template_main(): void

The main page. This shows the relevant info in a printer-friendly format

template_print_below

function template_print_below(): void

The footer.

template_print_options

function template_print_options(): void

Displays the print page options

Suggest an edit to this page on GitHub