<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3132" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I'm trying to enable the sidebar with custom html
to take advantage of our internal css.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>## Basic left nav examples in an html file<BR>##
<div class="top-level"><a id="site-home" href="<A
href='http://mysite.com">Home'>http://mysite.com">Home</A>
link</a></div><BR>## <div class="top-level"><a href="<A
href='http://mysite.com">Link'>http://mysite.com">Link</A>
1</a></div><BR>## <div class="second-level"><a class="open"
href="<A href='http://mysite.com">Link'>http://mysite.com">Link</A>
1</a></div><BR>## <div class="third-level"><a href="<A
href='http://mysite.com">Link'>http://mysite.com">Link</A>
1</a></div></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I thought perhaps that custom markup is the way to
go. To do even the top-level, I tried adding</FONT></DIV>
<DIV><FONT face=Arial size=2>this to the local/config.php</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Markup("toplevel", "inline", "/`(.*?)`/", "<div
class="top-level">$1</div>");</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>This is intended to use the backward
apostrophe to mark something as toplevel.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>However, when I apply this, all the wiki pages go
blank. </FONT></DIV>
<DIV><FONT face=Arial size=2>Any ideas on what to do?</FONT></DIV>
<DIV><FONT face=Arial size=2>Is custom markup the way to go?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks in advance. ~~~
Matt</FONT></DIV></BODY></HTML>