[geeklog-cvs] geeklog-1.3/public_html/layout/Classic header.thtml,1.8,1.9

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Fri Jun 27 21:36:28 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/public_html/layout/Classic
In directory internal.geeklog.net:/tmp/cvs-serv18049/public_html/layout/Classic

Modified Files:
	header.thtml 
Log Message:
 Add new Plugin API PLG_getHeaderCode. Used to return JS functions or other Header Meta Tags required by plugins. Added new variable {plg_headercode} to the template header.thtml files

Index: header.thtml
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/public_html/layout/Classic/header.thtml,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** header.thtml	9 Sep 2002 20:31:33 -0000	1.8
--- header.thtml	28 Jun 2003 01:36:26 -0000	1.9
***************
*** 6,9 ****
--- 6,10 ----
  <meta http-equiv="Pragma" content="no-cache"> 
  <link rel="stylesheet" type="text/css" href="{css_url}" title="{theme}">
+ {plg_headercode}
  </head>
  <body background="{background_image}" link="#333366" vlink="#333366" alink="#333366">





More information about the geeklog-cvs mailing list