From ea4b6c7699a7fbb7be3d9e5ce86c84a36b63f569 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sun, 15 Mar 2015 19:13:25 +0100 Subject: Move get/set-Calls into ModelBase and abstract all access into a Model Conflicts: model/Overview.php model/Room.php model/StreamList.php tests/ModelTestbase.php --- template/overview.phtml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'template/overview.phtml') diff --git a/template/overview.phtml b/template/overview.phtml index f0eb2d2..8e26423 100644 --- a/template/overview.phtml +++ b/template/overview.phtml @@ -89,9 +89,9 @@ - hasReleases() || $overview->hasRelive()): ?> + hasReleases() || $conference->hasRelive()): ?> hasReleases() && $overview->hasRelive()) ? + $class = ($conference->hasReleases() && $conference->hasRelive()) ? // both enabled 'col-sm-6 col-xs-12' : @@ -104,11 +104,11 @@

Recordings

- hasReleases()): ?> + hasReleases()): ?>
@@ -116,11 +116,11 @@
- hasRelive()): ?> + hasRelive()): ?>
-- cgit v1.2.3