Skip to content

Commit

Permalink
Documentation tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
drtjmb committed Jul 9, 2015
1 parent 099dcf0 commit 6608aec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cfg/cfg.d/z_irstats2.pl
Original file line number Diff line number Diff line change
Expand Up @@ -516,4 +516,7 @@
$c->{plugins}{"Screen::EPrint::Box::Stats"}{params}{disable} = 1;
# Where on the summary page should they appear?
# Valid options are 'summary_left', 'summary_right', 'summary_bottom', 'summary_top'.
$c->{plugins}{"Screen::EPrint::Box::Stats"}{params}{appears}{place} = 'summary_bottom';
# The default is 'summary_bottom' - the following 2 lines demonstrate how to move it
# somewhere else
#$c->{plugins}{"Screen::EPrint::Box::Stats"}{appears}{summary_bottom} = undef;
#$c->{plugins}{"Screen::EPrint::Box::Stats"}{appears}{summary_right} = 1000;

0 comments on commit 6608aec

Please sign in to comment.