diff options
author | Michael Johnston <michaelgeorgejohnston@gmail.com> | 2012-03-09 21:29:39 -0500 |
---|---|---|
committer | Michael Johnston <michaelgeorgejohnston@gmail.com> | 2012-03-09 21:29:39 -0500 |
commit | fd1f8fb4361b415defa8d6da2c93d2f19fb59ba1 (patch) | |
tree | 95d4f098503eb18c24bcc05111df7fd541dcfa9d /view/settings.tpl | |
parent | 68ca29719e6eb168ca3efa2d60026da924a0e03b (diff) | |
download | volse-hubzilla-fd1f8fb4361b415defa8d6da2c93d2f19fb59ba1.tar.gz volse-hubzilla-fd1f8fb4361b415defa8d6da2c93d2f19fb59ba1.tar.bz2 volse-hubzilla-fd1f8fb4361b415defa8d6da2c93d2f19fb59ba1.zip |
allow user to set number of items to show on network page
Diffstat (limited to 'view/settings.tpl')
-rwxr-xr-x | view/settings.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/settings.tpl b/view/settings.tpl index b7f427b32..46c737b23 100755 --- a/view/settings.tpl +++ b/view/settings.tpl @@ -30,6 +30,7 @@ $nickname_block {{inc field_checkbox.tpl with $field=$allowloc }}{{endinc}} {{inc field_select.tpl with $field=$theme }}{{endinc}} {{inc field_input.tpl with $field=$ajaxint }}{{endinc}} +{{inc field_input.tpl with $field=$itemspage_network }}{{endinc}} <div class="settings-submit-wrapper" > |