aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Widget/Dirtags.php
blob: 246c47ddead0eb8a209f74b5a0801dfdd432ce85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?php

namespace Zotlabs\Widget;

class Dirtags {

	function widget($arr) {
		return dir_tagblock(z_root() . '/directory', null);
	}

}