Oh, when you put that block of code after , you have to finish that string first:
Here's what the lines around it looks like:
$CommentList .= '
';
if ($RowNumber == 2 && ($_GET['page'] == '' || $_GET['pag…
Haha, thanks bugsmi. The email updates form is my own code that makes an ajax call to a simple php script. The Javascript for the form submission can be found here. It depends on prototype and scriptaculous.
The front page is kind of a hack. In index.php:
if (count($_GET) > 0) { // If there are GET variables, do like you normally would do
// This block of code is what was there initially
$DiscussionGrid = $Context->ObjectFactory->Cre…
Hey guys, I'm the author of The Beautiful Lie, saw this discussion from my refers. Thanks for the praise. =] While I'm not sure what it takes to submit an official theme, the only thing you would need to modify on your own theme to have "blog style"…