From: Carsten K. <car...@us...> - 2002-01-08 00:05:37
|
Update of /cvsroot/phpwiki/phpwiki/templates In directory usw-pr-cvs1:/tmp/cvs-serv16794 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/templates/browse.html,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -r1.39 -r1.40 *** browse.html 2002/01/05 09:19:54 1.39 --- browse.html 2002/01/08 00:05:34 1.40 *************** *** 22,26 **** </head> <body> ! <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> ! ${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> |