1 2 3 4 5 6 7 8 9 10 11
<?php namespace Zotlabs\Widget; require_once('include/dir_fns.php'); class Dirsort { function widget($arr) { return dir_sort_links(); } }