[geeklog-cvs] Geeklog-1.x/system lib-story.php,1.98,1.99

Michael Jervis mjervis at qs1489.pair.com
Mon May 21 02:19:40 EDT 2007


Update of /cvsroot/geeklog/Geeklog-1.x/system
In directory qs1489.pair.com:/tmp/cvs-serv48124/system

Modified Files:
	lib-story.php 
Log Message:
Pass site_name to story templates.

Index: lib-story.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/lib-story.php,v
retrieving revision 1.98
retrieving revision 1.99
diff -C2 -d -r1.98 -r1.99
*** lib-story.php	29 Apr 2007 17:54:59 -0000	1.98
--- lib-story.php	21 May 2007 06:19:38 -0000	1.99
***************
*** 96,99 ****
--- 96,100 ----
      $article->set_var( 'layout_url', $_CONF['layout_url'] );
      $article->set_var( 'site_url', $_CONF['site_url'] );
+     $article->set_var( 'site_name', $_CONF['site_name'] );
      $article->set_var( 'story_date', $story->DisplayElements('date') );
      $article->set_var( 'story_date_short', $story->DisplayElements('shortdate') );




More information about the geeklog-cvs mailing list