Yes I can access the CP and other pages on the site - article page
(Bear with me. I didn’t build the site so I’m having to pick my way through the code.)
The contents of the index page are as follows:
{embed=brick/header-super page_title="Brick Reloaded"}
{assign_variable:my_weblog="brick"}
{assign_variable:my_template_group="brick"}
{embed=brick/index_featured}
Which leads us to the “brick/index_featured” template.
I’ve cut all of the EE code (with the exception of an embed=“brick/footer” tag which works fine) from that page.
I can get index_featured to load on its own but not when called through the embed process from the index template.
The pared down index_featured template is attached as a text file.
—
hmm - attempted to upload a .txt file and got this error:
Error Message: The file you are attempting to upload has invalid content for its MIME type.
—
Let’s just do this:
<table border="0" cellspacing="0" cellpadding="8">
<tr>
<td valign="top" width="300" style="border-right:#CCCCCC 1px solid">
<div style="margin-left:5px; padding-top:5px">
<span class="section">NEW STUFF</span><br />
<!-- removed new stuff weblog entries -->
</div>
<div align="center" style="margin-bottom:10px; margin-top:10px">
<!-- removed OAS code -->
</div>
</td>
<td valign="top" width="300">
<!-- removed calendar code -->
<div style="margin:18px 5px 2px 10px" align="left"><span class="indexHeader"><a href="http://twitter.com" target="_blank">TWITTER</a></span></div>
<!-- removed flash twitter badge -->
<div style="margin-left:5px; padding-top:10px">
<!-- removed hotFresh weblog entries -->
</div>
</td>
</tr>
<tr>
<td colspan="2">{embed="brick/footer"}</td>
</tr>
</table>