Update of /cvsroot/phpwiki/phpwiki/themes/MacOSX/templates
In directory usw-pr-cvs1:/tmp/cvs-serv16796
Modified Files:
browse.html
Log Message:
New template token ${THANK_YOU} for post-edit messages (for lack of a better name)
Index: browse.html
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/themes/MacOSX/templates/browse.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** browse.html 2002/01/05 09:40:55 1.3
--- browse.html 2002/01/08 00:05:34 1.4
***************
*** 22,26 ****
</head>
<body background="themes/MacOSX/bgpaper8.png">
! <div>${LOGO}</div>
<h1><?plugin-link BackLinks page="[pagename]" class="backlinks" linktext="${SPLIT_PAGE}" ?></h1>
<div class="br"><br clear="all" class="ignore" /></div>
--- 22,26 ----
</head>
<body background="themes/MacOSX/bgpaper8.png">
! ${THANK_YOU}<div>${LOGO}</div>
<h1><?plugin-link BackLinks page="[pagename]" class="backlinks" linktext="${SPLIT_PAGE}" ?></h1>
<div class="br"><br clear="all" class="ignore" /></div>
|