Is there anyway I can get a fix to get it working for SMF RC3 bro?
I'm so in love with this theme. Man! I can so tell that you guys are gonna become popular in no time. So waiting for what you guys have to offer. Great stuff, it's just too frikkin visually stunning for my eyes to handle.
Here's the error that I got.
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' in .../Themes/default/Compat.template.php on line 32
23: if (empty($buttons))
24: return;
25:
26: // Make the last one, as easy as possible.
27: $buttons[count($buttons) - 1] = str_replace('<span>', '<span class="last">', $buttons[count($buttons) - 1]);
28:
29: echo '
30: <div class="buttonlist', $direction != 'top' ? '_bottom' : '', '"', (empty($buttons) ? ' style="display: none;"' : ''), (!empty($strip_options['id']) ? ' id="' . $strip_options['id'] . '"': ''), '>
31: <ul class="reset clearfix">
32: implode('', $buttons), '
33: </ul>
34: </div>;
35: }
36: