###############################################################################
# default.HelpCentre.template #
###############################################################################
# YaBB: Yet another Bulletin Board #
# Open-Source Community Software for Webmasters #
# Version: YaBBForum 3.0 #
# Packaged: July 26, 2026 #
# Distributed by: https://yabbforum.nz #
# =========================================================================== #
# Copyright (c) 2000-2026 YaBB (yabbforum.nz) - All Rights Reserved. #
# Software by: The YaBB Development Team #
# with assistance from the YaBB community. #
###############################################################################
$helpcentretemver = 'YaBBForum 3.0';
$HelpTemplateLoaded = '1';
$top_img = qq~$imagesdir/back_to_top.png~;
$moderator_class = 'catbg';
$admin_class = 'catbg';
$global_mod_class = 'catbg';
$UserClass = 'catbg';
### Creates the Navigation Bar at the top ###
$HelpNavBar = qq~
| {user menu} |
{moderator menu} |
{global mod menu} |
{admin menu} |
~;
### The Main Layout for the whole page. ###
$MainLayout = qq~
| $helptxt{'2'} |
| {yabb contents} |
{yabb body}
~;
### Prints this for the header of the contents #
$ContentHeader = qq~
{yabb section_name}
~;
### Prints this for every item in the contents #
$ContentItem = qq~
{yabb content}
~;
### Prints this for the Header of the main section (title etc) #
$BodyHeader = qq~
|
{yabb section_name}
|
~;
### Prints this for the Sub headers of the main section #
$BodySubHeader = qq~
|
{yabb section_sub}
|
~;
### Prints this for every item in the body text #
$BodyItem = qq~
{yabb item}
|
~;
### Prints this after each file in a help directory has finished printing. #
$BodyFooter = qq~
~;
1;