Unofficial SMF API Documentation

./Themes/default/Display.template.php

template_main

function template_main(): void

This template handles displaying a topic

template_single_post

function template_single_post(array $message): void

Template for displaying a single post.

Type Parameter Description
array $message An array of information about the message to display. Should have ‘id’ and ‘member’. Can also have ‘first_new’, ‘is_ignored’ and ‘css_class’.

template_quickreply

function template_quickreply(): void

The template for displaying the quick reply box.

Suggest an edit to this page on GitHub