diff options
author | friendica <info@friendica.com> | 2014-02-07 13:37:33 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-07 13:39:13 -0800 |
commit | 63589d4f2e05ec9bb2c8da193f566da512de5364 (patch) | |
tree | 2fdb314a8b98b70a715f2c1ccb076abf65151c7f /mod/directory.php | |
parent | c80325b4279b6f19540416064382755ca5e6eccd (diff) | |
download | volse-hubzilla-63589d4f2e05ec9bb2c8da193f566da512de5364.tar.gz volse-hubzilla-63589d4f2e05ec9bb2c8da193f566da512de5364.tar.bz2 volse-hubzilla-63589d4f2e05ec9bb2c8da193f566da512de5364.zip |
from olivier: use double quotes in js strings, updated FR translation
from me: provide future ability to have an optional edit link/icon next to menus (such as bookmarks)
Diffstat (limited to 'mod/directory.php')
-rw-r--r-- | mod/directory.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/directory.php b/mod/directory.php index ff51b55db..8fc62e95b 100644 --- a/mod/directory.php +++ b/mod/directory.php @@ -46,6 +46,7 @@ function directory_content(&$a) { $tpl = get_markup_template('directory_header.tpl'); + $dirmode = intval(get_config('system','directory_mode')); |