rename function get_directory_settings => get_directory_setting and move sort options to directory title bar

This commit is contained in:
Mario Vavti
2015-07-07 22:29:27 +02:00
parent 9c577e0422
commit f67d9d59af
5 changed files with 26 additions and 32 deletions

View File

@@ -276,7 +276,7 @@ function dir_tagblock($link,$r) {
$o = '';
$observer = get_observer_hash();
if(! get_directory_settings($observer, 'globaldir'))
if(! get_directory_setting($observer, 'globaldir'))
return $o;