To achieve the toolbar effect, create a module with the following markup and include it right after the <div> tag marked "content" in each template on your blog.
<div id="menu">Like this:
<ul>
<li><a href="<mt:BlogURL/>">Home</a></li>
<li><a href="<$mt:BlogURL$>archives.php">Archives</a></li>
<li><a href="<mt:BlogURL/>action_stream.php">Activity</a></li>
</ul>
</div>
<div id="content">Download it.
<$mt:Include module="Toolbar"$>
As always, please leave feedback on issues and how this can be improved in the comments.
Leave a comment