logo       
Google Custom Search
    AddThis Social Bookmark Button

CVS: phpwiki/lib display.php,1.63,1.64: msg#00060

Subject: CVS: phpwiki/lib display.php,1.63,1.64
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



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click



Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>