[geeklog-cvs] geeklog-1.3/public_html/admin/plugins/staticpages index.php,1.27,1.28

dhaun at geeklog.net dhaun at geeklog.net
Mon Dec 29 08:44:45 EST 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html/admin/plugins/staticpages
In directory geeklog_prod:/tmp/cvs-serv22400/public_html/admin/plugins/staticpages

Modified Files:
	index.php 
Log Message:
Added title attributes to the links on the list of static pages ...


Index: index.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/admin/plugins/staticpages/index.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** index.php	28 Dec 2003 18:54:00 -0000	1.27
--- index.php	29 Dec 2003 13:44:43 -0000	1.28
***************
*** 345,348 ****
--- 345,351 ----
      $sp_templates->set_var('lang_url', $LANG_STATIC['url']);
      $sp_templates->set_var('lang_centerblock', $LANG_STATIC['head_centerblock']);
+     $sp_templates->set_var ('lang_title_edit', $LANG_STATIC['title_edit']);
+     $sp_templates->set_var ('lang_title_copy', $LANG_STATIC['title_copy']);
+     $sp_templates->set_var ('lang_title_display', $LANG_STATIC['title_display']);
  
      $perpage = 50;





More information about the geeklog-cvs mailing list