Image to Post - source history
This commit is contained in:
parent
8d2fe22358
commit
4e2faa97f9
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class SourceHistoryTheme extends Themelet
|
|||
{
|
||||
$history_html = $this->history_list($history, true);
|
||||
|
||||
$page->set_title('Image '.$image_id.' Source History');
|
||||
$page->set_title('Post '.$image_id.' Source History');
|
||||
$page->set_heading('Source History: '.$image_id);
|
||||
$page->add_block(new NavBlock());
|
||||
$page->add_block(new Block("Source History", $history_html, "main", 10));
|
||||
|
|
Reference in a new issue