SourceForge logo
SourceForge logo
Menu

phpwiki-checkins

From: Reini U. <ru...@us...> - 2005年04月23日 11:22:04
Update of /cvsroot/phpwiki/phpwiki/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22519
Modified Files:
	display.php 
Log Message:
honor theme-specific SplitWikiWord in the HEADER
Index: display.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/display.php,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -2 -b -p -d -r1.63 -r1.64
--- display.php	30 Nov 2004 17:48:38 -0000	1.63
+++ display.php	23 Apr 2005 11:21:55 -0000	1.64
@@ -101,5 +101,5 @@ function displayPage(&$request, $templat
 'class' => 'pagetitle'
 ),
- SplitPagename($pages[0] . SUBPAGE_SEPARATOR)));
+ $GLOBALS['WikiTheme']->maybeSplitWikiWord($pages[0] . SUBPAGE_SEPARATOR)));
 $first_pages = $pages[0] . SUBPAGE_SEPARATOR;
 array_shift($pages);
@@ -107,5 +107,5 @@ function displayPage(&$request, $templat
 $pagetitle->pushContent(HTML::a(array('href' => WikiURL($first_pages . $p),
 'class' => 'backlinks'),
- SplitPagename($p . SUBPAGE_SEPARATOR)));
+ $GLOBALS['WikiTheme']->maybeSplitWikiWord($p . SUBPAGE_SEPARATOR)));
 $first_pages .= $p . SUBPAGE_SEPARATOR;
 }
@@ -113,5 +113,5 @@ function displayPage(&$request, $templat
 array('action' => _("BackLinks"))),
 'class' => 'backlinks'),
- SplitPagename($last_page));
+ $GLOBALS['WikiTheme']->maybeSplitWikiWord($last_page));
 $backlink->addTooltip(sprintf(_("BackLinks for %s"), $pagename));
 $pagetitle->pushContent($backlink);
@@ -224,4 +224,7 @@ function displayPage(&$request, $templat
 
 // $Log$
+// Revision 1.64 2005年04月23日 11:21:55 rurban
+// honor theme-specific SplitWikiWord in the HEADER
+//
 // Revision 1.63 2004年11月30日 17:48:38 rurban
 // just comments
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /