]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/tag.php
add design classes
[quix0rs-gnu-social.git] / actions / tag.php
index 02f3e35225cca6976fc7efe5a8b0930b346664eb..47420e4c33c799ee83136f54f003e8116bc0dfcc 100644 (file)
@@ -49,9 +49,10 @@ class TagAction extends Action
     {
         $pop = new PopularNoticeSection($this);
         $pop->show();
+        $freqatt = new FrequentAttachmentSection($this);
+        $freqatt->show();
     }
 
-
     function title()
     {
         if ($this->page == 1) {