###############################################################################
# default.Loginout.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. #
###############################################################################
$loginouttemver = 'YaBBForum 3.0';
$myborder =
q~
~;
$myborder_with_title =
q~
~;
$myborder_bottom = q~
~;
$mysharedloga = qq~
$myborder_with_title
| {yabb sharedLogin_title} |
~;
$mysharedlogb = qq~
| {yabb sharedLogin_text} |
~;
$mysharedlogc = q~
~;
$mysharedlog_top = qq~
$myborder
$myborder_bottom
~;
$myremindera = qq~
| {yabb mbname} $loginout_txt{'36'} $loginout_txt{'194'} |
~;
$myreminder2 = qq~
| {yabb mbname} $loginout_txt{'36'} $loginout_txt{'194'} |
|
$loginout_txt{'192'} {yabb forum_user}
|
$maintxt{'go_to_board'} ~;
1;
|