summaryrefslogtreecommitdiff
path: root/templates/rollback.tpl
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2025-08-29 13:04:10 +0100
committerlsces <lester@lsces.co.uk>2025-08-29 13:04:10 +0100
commitc4d6afd84628b8ba6caa5ff0dee2f7d0f5cadd84 (patch)
tree982653f2ea684df2940bafbdf446043bfa1a9534 /templates/rollback.tpl
parent144b7ea64606dd1875b10ce87693250f84bea3f7 (diff)
downloadwiki-c4d6afd84628b8ba6caa5ff0dee2f7d0f5cadd84.tar.gz
wiki-c4d6afd84628b8ba6caa5ff0dee2f7d0f5cadd84.tar.bz2
wiki-c4d6afd84628b8ba6caa5ff0dee2f7d0f5cadd84.zip
Templates updated to Smarty5, PHP8.4 and namespace
Diffstat (limited to 'templates/rollback.tpl')
-rwxr-xr-x[-rw-r--r--]templates/rollback.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/rollback.tpl b/templates/rollback.tpl
index 6bd8f6e..275f603 100644..100755
--- a/templates/rollback.tpl
+++ b/templates/rollback.tpl
@@ -1,4 +1,4 @@
-<h2>{tr}Rollback page{/tr}: {$pageInfo.title|escape} {tr}to_version{/tr}: {$version}</h2>
+<h2>{tr}Rollback page{/tr}: {$gContent->mInfo.title|escape} {tr}to_version{/tr}: {$version}</h2>
<div class="wikibody">{$preview.data}</div>
<div align="center">
<form action="{$smarty.const.WIKI_PKG_URL}rollback.php" method="post">