[geeklog-cvs] geeklog: Polls and Calendr dynamic blocks will now display on ri...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Feb 22 15:41:18 EST 2012


changeset 8495:be6ece46e6ca
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/be6ece46e6ca
user: Tom <websitemaster at cogeco.net>
date: Wed Feb 22 15:39:42 2012 -0500
description:
Polls and Calendr dynamic blocks will now display on right if set in configuration.

diffstat:

 plugins/calendar/functions.inc      |  2 +-
 plugins/polls/functions.inc         |  2 +-
 public_html/docs/english/polls.html |  2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 0adb8d9f8853 -r be6ece46e6ca plugins/calendar/functions.inc
--- a/plugins/calendar/functions.inc	Sun Feb 19 11:07:34 2012 -0700
+++ b/plugins/calendar/functions.inc	Wed Feb 22 15:39:42 2012 -0500
@@ -2158,7 +2158,7 @@
                 
                 $retval[] = array('name'           => 'polls',
                                   'type'           => 'dynamic',
-                                  'onleft'         => 1,
+                                  'onleft'         => $_CA_CONF['block_isleft'],
                                   'title'          => $LANG_CAL_1[50],
                                   'blockorder'     => $_CA_CONF['block_order'],
                                   'content'        => $display,
diff -r 0adb8d9f8853 -r be6ece46e6ca plugins/polls/functions.inc
--- a/plugins/polls/functions.inc	Sun Feb 19 11:07:34 2012 -0700
+++ b/plugins/polls/functions.inc	Wed Feb 22 15:39:42 2012 -0500
@@ -1779,7 +1779,7 @@
                 
                 $retval[] = array('name'           => 'polls',
                                   'type'           => 'dynamic',
-                                  'onleft'         => 1,
+                                  'onleft'         => $_PO_CONF['block_isleft'],
                                   'title'          => $LANG_POLLS['poll'],
                                   'blockorder'     => $_PO_CONF['block_order'],
                                   'content'        => $display,
diff -r 0adb8d9f8853 -r be6ece46e6ca public_html/docs/english/polls.html
--- a/public_html/docs/english/polls.html	Sun Feb 19 11:07:34 2012 -0700
+++ b/public_html/docs/english/polls.html	Wed Feb 22 15:39:42 2012 -0500
@@ -118,7 +118,7 @@
   <td valign="top">Max. length of the title of items listed in the What's New block.</td></tr>
 </table>
 
-<h3><a name="whatsnew">Poll Block</a></h3>
+<h3><a name="pollblock">Poll Block</a></h3>
 
 <table>
 <tr><th style="width:25%">Variable</th>



More information about the geeklog-cvs mailing list