I'm having a problem getting my [left / right / center-blocks] to display at all. I have gotten things like [user-links] and [modules] to work so I know the theme system is at least working.
I will post code and a screenshot. Could you just take a look at the code and tell me if you can see what I'm doing wrong? I'd really really appreciate it
ok here is my HTML
Code
<style type="text/css" media="screen">@import "style/style.css";</style>
</head>
<body>
<div style="padding: 15px 0px 0px 5px;"> <span id="siteName">
<!-- [site-name] -->
</span> </div>
<div id="navBar">
<div id="navBarLeft">
</div>
<div id="navBarRight"><!-- [user-links] -->
</div>
</div>
<div id="mainMenu">
<!-- [left-blocks] -->
Main Menu should go here!</div>
<img id="logo" src="http://staffnet/PN/html/themes/Staffnet/images/cnreLogo.gif">
<div id="mainContent">
<!-- [modules] -->
</div>
<div id="footer"></div>
</body>
</head>
<body>
<div style="padding: 15px 0px 0px 5px;"> <span id="siteName">
<!-- [site-name] -->
</span> </div>
<div id="navBar">
<div id="navBarLeft">
</div>
<div id="navBarRight"><!-- [user-links] -->
</div>
</div>
<div id="mainMenu">
<!-- [left-blocks] -->
Main Menu should go here!</div>
<img id="logo" src="http://staffnet/PN/html/themes/Staffnet/images/cnreLogo.gif">
<div id="mainContent">
<!-- [modules] -->
</div>
<div id="footer"></div>
</body>
and my left-block HTML looks like this:
Code
<div id="mainMenu">
test
<!-- [block-title] --><br>
<!-- [block-content] --><br>
</div>
test
<!-- [block-title] --><br>
<!-- [block-content] --><br>
</div>
And here is the screenshot.
