From 6aa5b2f96d3bd14dbbac8b8c6f70ad190b122a97 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 25 Sep 2020 18:01:29 +0200 Subject: [PATCH] impl. lazy loading and better media lists --- Theme/Backend/profile-list.tpl.php | 4 ++-- Theme/Backend/profile-single.tpl.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Theme/Backend/profile-list.tpl.php b/Theme/Backend/profile-list.tpl.php index 05e871f..0d100a2 100755 --- a/Theme/Backend/profile-list.tpl.php +++ b/Theme/Backend/profile-list.tpl.php @@ -38,8 +38,8 @@ $next = empty($accounts) ? '{/prefix}profile/list' : '{/prefix}profile/list? $account) : ++$count; $url = UriFactory::build('{/prefix}profile/single?{?}&id=' . $account->getId()); ?> - "> diff --git a/Theme/Backend/profile-single.tpl.php b/Theme/Backend/profile-single.tpl.php index f9f7d3e..a170862 100755 --- a/Theme/Backend/profile-single.tpl.php +++ b/Theme/Backend/profile-single.tpl.php @@ -68,8 +68,8 @@ echo $this->getData('nav')->render();