<!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>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>## Basic left nav examples in an html file<BR>## 
&lt;div class="top-level"&gt;&lt;a id="site-home" href="<A 
href='http://mysite.com">Home'>http://mysite.com"&gt;Home</A> 
link&lt;/a&gt;&lt;/div&gt;<BR>## &lt;div class="top-level"&gt;&lt;a href="<A 
href='http://mysite.com">Link'>http://mysite.com"&gt;Link</A> 
1&lt;/a&gt;&lt;/div&gt;<BR>## &lt;div class="second-level"&gt;&lt;a class="open" 
href="<A href='http://mysite.com">Link'>http://mysite.com"&gt;Link</A> 
1&lt;/a&gt;&lt;/div&gt;<BR>## &lt;div class="third-level"&gt;&lt;a href="<A 
href='http://mysite.com">Link'>http://mysite.com"&gt;Link</A> 
1&lt;/a&gt;&lt;/div&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I thought perhaps that custom markup is the way to 
go.&nbsp; 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>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Markup("toplevel", "inline", "/`(.*?)`/", "&lt;div 
class="top-level"&gt;$1&lt;/div&gt;");</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>This is intended to&nbsp;use the backward 
apostrophe to mark something as toplevel.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>However, when I apply this, all the wiki pages go 
blank.&nbsp; </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>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks in advance.&nbsp; ~~~ 
Matt</FONT></DIV></BODY></HTML>