aboutsummaryrefslogtreecommitdiffstats
path: root/admin/page/index.php
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2021-06-21 19:36:22 +0200
committerThomas Lange <code@nerdmind.de>2021-06-21 19:36:22 +0200
commit86926ff735cdb7e635a19b01cccd0a94eb2b6d30 (patch)
treec78610e80d2e3954ce504a8d872c08de1f3abe91 /admin/page/index.php
parent3eaf909b1fa8b07c6d8b23aa2c2ed3ec4e1932b7 (diff)
downloadblog-86926ff735cdb7e635a19b01cccd0a94eb2b6d30.tar.gz
blog-86926ff735cdb7e635a19b01cccd0a94eb2b6d30.tar.xz
blog-86926ff735cdb7e635a19b01cccd0a94eb2b6d30.zip
Rename some template variables
Diffstat (limited to 'admin/page/index.php')
-rw-r--r--admin/page/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/page/index.php b/admin/page/index.php
index 2fde136..79be1b2 100644
--- a/admin/page/index.php
+++ b/admin/page/index.php
@@ -38,7 +38,7 @@ foreach($pageIDs as $pageID) {
$ItemTemplate = generatePageItemTemplate($Page, $User);
- $pages[] = $ItemTemplate;
+ $templates[] = $ItemTemplate;
}
catch(Page\Exception $Exception){}
catch(User\Exception $Exception){}
@@ -54,7 +54,7 @@ $PaginationTemplate->set('HREF', Application::getAdminURL('page/?site=%d'));
$ListTemplate = Template\Factory::build('page/index');
$ListTemplate->set('LIST', [
- 'PAGES' => $pages ?? []
+ 'PAGES' => $templates ?? []
]);
$ListTemplate->set('PAGINATION', [