
All the files in the gallery are empty zip files, which there are some nice themes in there as well. Specifically some of the admin themes.
Are these themes going to be fixed so they aren't broken links anytime soon?
There should be a function called render. In this function is the html-code for the textarea. Just add a blank right before the closing textarea-tag.
function render()
{
$ret = $this->tinymce->render();
$ret .= parent::render();
return $ret;
}
$published = strtotime($published) + mktime($now['hours'], $now['minutes'], $now['seconds'], 1, 1, 1970);
$published = strtotime($published) + mktime($now['hours'], $now['minutes'], $now['seconds'], 1, 1, 1970) - 21600;