From 3b4e99f4ff0c2c83f70aabd879bc541a5df04c6d Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Fri, 8 Jan 2021 00:27:14 +0900 Subject: [PATCH] Fix warnings in PHP 8.0 in xedition board skin --- modules/board/skins/xedition/_header.html | 2 +- modules/board/skins/xedition/_read.html | 8 +++--- modules/board/skins/xedition/list.html | 33 +++++++++++------------ 3 files changed, 21 insertions(+), 22 deletions(-) diff --git a/modules/board/skins/xedition/_header.html b/modules/board/skins/xedition/_header.html index bb5ecdb87..b33579ca3 100644 --- a/modules/board/skins/xedition/_header.html +++ b/modules/board/skins/xedition/_header.html @@ -2,7 +2,7 @@ - + {@ $order_type = "asc"; } {@ $order_type = "desc"; } diff --git a/modules/board/skins/xedition/_read.html b/modules/board/skins/xedition/_read.html index 837bc3c45..449474e2c 100644 --- a/modules/board/skins/xedition/_read.html +++ b/modules/board/skins/xedition/_read.html @@ -7,9 +7,9 @@

- {$oDocument->getNickName()} - {$oDocument->getNickName()} - {$oDocument->getNickName()} + {$oDocument->getNickName()} + {$oDocument->getNickName()} + {$oDocument->getNickName()} {$oDocument->getRegdate('Y.m.d H:i')} @@ -109,7 +109,7 @@ {$lang->cmd_document_do} -

+
Profile
{$oDocument->getSignature()}
diff --git a/modules/board/skins/xedition/list.html b/modules/board/skins/xedition/list.html index 6230161a0..54d14bf5c 100644 --- a/modules/board/skins/xedition/list.html +++ b/modules/board/skins/xedition/list.html @@ -1,10 +1,10 @@ @@ -44,14 +44,14 @@ - » - {$lang->notice} + » + {$lang->notice} {$document->get('module_title')} - + {$document->getTitle()} @@ -90,14 +90,14 @@ - » - {$no} + » + {$no} {$document->get('module_title')} - {$document->getTitle()} + {$document->getTitle()} [{$document->getCommentCount()}] [{$document->getTrackbackCount()}] {$document->printExtraImages(60*60*$module_info->duration_new)} @@ -140,27 +140,26 @@