Wiki Plume Community : pxArtWikiLink

HomePage :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register
In function.php change the pxArtWikiLink with this code

function pxArtWikiLink($base='')
{
$nomwiki = $GLOBALS['_PX_render']['m']->art->f('path');
$nomwiki = str_replace("-"," ",$nomwiki);
$nomwiki = ucwords($nomwiki);
$nomwiki = str_replace(" ","",$nomwiki);
echo $base.$nomwiki ;
} 


You can see the result here : http://pxsystem.sourceforge.net/doc/templates/template-examples -> Share your ideas about this article Give http://pxsystem.sourceforge.net/wiki/community/TemplateExamples
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.1
Page was generated in 0.1645 seconds