diff --git a/templates/PhotoPage.php b/templates/PhotoPage.php
index 9554106..e9d9fec 100644
--- a/templates/PhotoPage.php
+++ b/templates/PhotoPage.php
@@ -39,8 +39,8 @@ class PhotoPage extends Template
', $this->photo->getTitle(), '
';
- $this->taggedPeople();
- $this->linkNewTags();
+ $this->printTags('Album', 'Album', false);
+ $this->printTags('Tagged People', 'Person', true);
echo '
@@ -154,26 +154,40 @@ class PhotoPage extends Template
';
}
- private function taggedPeople()
+ private function printTags($header, $tagKind, $allowLinkingNewTags)
{
echo '
- Tags
-