From c940ce7ad01482798205a5d2e2b7336aef83bb05 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sun, 25 Apr 2010 00:56:53 +0000 Subject: a minor integration of categories plugin --- views/default/tidypics/forms/edit.php | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'views/default/tidypics') diff --git a/views/default/tidypics/forms/edit.php b/views/default/tidypics/forms/edit.php index 342ac8822..1758d14f4 100644 --- a/views/default/tidypics/forms/edit.php +++ b/views/default/tidypics/forms/edit.php @@ -94,6 +94,16 @@ } else { // album so display access control + + $categories = elgg_view('categories',$vars); + if (!empty($categories)) { +?> +

+ +

+ +

-- cgit v1.2.3