X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ftag.php;h=583879f9cc12b0f0411c4ba5328829dc39b555ab;hb=533a463879e574f53fb84dd977e9d72a75023451;hp=c413bf8c34a7bd7cd49f459b44eb69e4f7e5c9da;hpb=9f2e2e4b2c1b428a1892c57c7194fbc5ede5b125;p=quix0rs-gnu-social.git diff --git a/actions/tag.php b/actions/tag.php index c413bf8c34..583879f9cc 100644 --- a/actions/tag.php +++ b/actions/tag.php @@ -45,6 +45,13 @@ class TagAction extends Action return true; } + function showSections() + { + $pop = new PopularNoticeSection($this); + $pop->show(); + } + + function title() { if ($this->page == 1) {