Update of /cvsroot/phpwiki/phpwiki/templates
In directory usw-pr-cvs1:/tmp/cvs-serv16502/templates
Modified Files:
browse.html editpage.html message.html
Log Message:
Split BumpyWords in page titles.
Index: browse.html
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/templates/browse.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** browse.html 2001/02/15 21:35:03 1.14
--- browse.html 2001/03/05 23:39:07 1.15
***************
*** 8,12 ****
###ROBOTS_META###
<base href="###BASE_URL###">
! <title>###PAGE###</title>
<link rel="stylesheet" title="phpwiki" href="###CSS_URL###" type="text/css">
</head>
--- 8,12 ----
###ROBOTS_META###
<base href="###BASE_URL###">
! <title>###SPLIT_PAGE###</title>
<link rel="stylesheet" title="phpwiki" href="###CSS_URL###" type="text/css">
</head>
Index: editpage.html
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/templates/editpage.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** editpage.html 2001/02/15 21:35:03 1.15
--- editpage.html 2001/03/05 23:39:07 1.16
***************
*** 8,12 ****
###ROBOTS_META###
<base href="###BASE_URL###">
! <title>###PAGE###</title>
<link rel="stylesheet" title="phpwiki" href="###CSS_URL###" type="text/css">
</head>
--- 8,12 ----
###ROBOTS_META###
<base href="###BASE_URL###">
! <title>Edit: ###SPLIT_PAGE###</title>
<link rel="stylesheet" title="phpwiki" href="###CSS_URL###" type="text/css">
</head>
Index: message.html
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/templates/message.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** message.html 2001/02/15 21:35:03 1.9
--- message.html 2001/03/05 23:39:07 1.10
***************
*** 8,12 ****
###ROBOTS_META###
<base href="###BASE_URL###">
! <title>###PAGE###</title>
<link rel="stylesheet" title="phpwiki" href="###CSS_URL###" type="text/css">
</head>
--- 8,12 ----
###ROBOTS_META###
<base href="###BASE_URL###">
! <title>###SPLIT_PAGE###</title>
<link rel="stylesheet" title="phpwiki" href="###CSS_URL###" type="text/css">
</head>
|