diff options
author | friendica <info@friendica.com> | 2014-12-16 17:29:16 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-12-16 17:29:16 -0800 |
commit | 07e747ed0e09f1ab1226855a870de0c8c3c32341 (patch) | |
tree | 4fd2a86f506ebf7472fcd599cb97e94403670946 /mod/directory.php | |
parent | 789e025eab00a8feeba9644b7541119daea6b078 (diff) | |
download | volse-hubzilla-07e747ed0e09f1ab1226855a870de0c8c3c32341.tar.gz volse-hubzilla-07e747ed0e09f1ab1226855a870de0c8c3c32341.tar.bz2 volse-hubzilla-07e747ed0e09f1ab1226855a870de0c8c3c32341.zip |
add divmore to directory entries
Diffstat (limited to 'mod/directory.php')
-rw-r--r-- | mod/directory.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/directory.php b/mod/directory.php index 85c2d4c84..98d81f947 100644 --- a/mod/directory.php +++ b/mod/directory.php @@ -309,8 +309,9 @@ function directory_content(&$a) { killme(); } else { + $maxheight = 175; - $o .= "<script> var page_query = '" . $_GET['q'] . "'; var extra_args = '" . extra_query_args() . "' ; </script>"; + $o .= "<script> var page_query = '" . $_GET['q'] . "'; var extra_args = '" . extra_query_args() . "' ; divmore_height = " . intval($maxheight) . "; </script>"; $o .= replace_macros($tpl, array( '$search' => $search, '$desc' => t('Find'), |