jefft 2003/09/02 05:20:18
Modified: targets/forrest/skin breadcrumbs.js
Log:
Bleh.. for some reason, Forrestbot isn't expanding tokens when copying
Revision Changes Path
1.8 +7 -7 xml-site/targets/forrest/skin/breadcrumbs.js
Index: breadcrumbs.js
===================================================================
RCS file: /home/cvs/xml-site/targets/forrest/skin/breadcrumbs.js,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- breadcrumbs.js 2 Sep 2003 12:17:30 -0000 1.7
+++ breadcrumbs.js 2 Sep 2003 12:20:18 -0000 1.8
@@ -4,7 +4,7 @@
The Apache Software License, Version 1.1
============================================================================
- Copyright (C) @skinconfig.year@ The Apache Software Foundation. All rights
reserved.
+ Copyright (C) 2002-2003 The Apache Software Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without modifica-
tion, are permitted provided that the following conditions are met:
@@ -83,14 +83,14 @@
* you use this script (you can leave it as an empty array if you wish)
*/
var PREPREND_CRUMBS = new Array();
- if(!("@skinconfig.trail.link1.name@"=="")){
- PREPREND_CRUMBS.push( new Array( "@skinconfig.trail.link1.name@",
"@skinconfig.trail.link1.href@" ) );
+ if(!("apache"=="")){
+ PREPREND_CRUMBS.push( new Array( "apache", "http://www.apache.org/" ) );
}
- if(!("@skinconfig.trail.link2.name@"=="")){
- PREPREND_CRUMBS.push( new Array( "@skinconfig.trail.link2.name@",
"@skinconfig.trail.link2.href@" ) );
+ if(!("xml.apache"=="")){
+ PREPREND_CRUMBS.push( new Array( "xml.apache", "http://xml.apache.org/"
) );
}
- if(!("@skinconfig.trail.link3.name@"=="")){
- PREPREND_CRUMBS.push( new Array( "@skinconfig.trail.link3.name@",
"@skinconfig.trail.link3.href@" ) );
+ if(!(""=="")){
+ PREPREND_CRUMBS.push( new Array( "", "" ) );
}
/**
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]