[geeklog-cvs] Geeklog-1.x/system lib-comment.php,1.57,1.58

Oliver ospiess at qs1489.pair.com
Sun Aug 12 21:21:18 EDT 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/system
In directory qs1489.pair.com:/tmp/cvs-serv14117

Modified Files:
	lib-comment.php 
Log Message:
fixing names of template variables, reintroducing 3-part links

Index: lib-comment.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/system/lib-comment.php,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -d -r1.57 -r1.58
*** lib-comment.php	22 Apr 2007 04:49:10 -0000	1.57
--- lib-comment.php	13 Aug 2007 01:21:16 -0000	1.58
***************
*** 98,102 ****
  
          if( $page == 'comment.php' ) {
!             $commentbar->set_var( 'start_storylink_anchortag',
                  COM_createLink(
                      stripslashes( $title ),
--- 98,102 ----
  
          if( $page == 'comment.php' ) {
!             $commentbar->set_var('story_link',
                  COM_createLink(
                      stripslashes( $title ),
***************
*** 105,108 ****
--- 105,111 ----
                  )
              );
+             $commentbar->set_var( 'start_storylink_anchortag', '<a·href="'
+                 . $articleUrl . '"·class="non-ul">' );
+             $commentbar->set_var( 'end_storylink_anchortag', '</a>' );
          }
      } else { // for a plugin




More information about the geeklog-cvs mailing list