aboutsummaryrefslogtreecommitdiffstats
path: root/mod/directory.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-12-16 17:29:16 -0800
committerfriendica <info@friendica.com>2014-12-16 17:29:16 -0800
commit07e747ed0e09f1ab1226855a870de0c8c3c32341 (patch)
tree4fd2a86f506ebf7472fcd599cb97e94403670946 /mod/directory.php
parent789e025eab00a8feeba9644b7541119daea6b078 (diff)
downloadvolse-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.php3
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'),