show wiki page title
This commit is contained in:
		
							parent
							
								
									5107f34b20
								
							
						
					
					
						commit
						df6e714f04
					
				| @ -26,7 +26,7 @@ class WikiTheme extends Themelet { | |||||||
| 		$page->set_heading(html_escape($wiki_page->title)); | 		$page->set_heading(html_escape($wiki_page->title)); | ||||||
| 		$page->add_block(new NavBlock()); | 		$page->add_block(new NavBlock()); | ||||||
| 		$page->add_block(new Block("Wiki Index", $tfe->formatted, "left", 20)); | 		$page->add_block(new Block("Wiki Index", $tfe->formatted, "left", 20)); | ||||||
| 		$page->add_block(new Block("Content", $this->create_display_html($wiki_page))); | 		$page->add_block(new Block($wiki_page->title, $this->create_display_html($wiki_page))); | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
| 	public function display_page_editor(Page $page, WikiPage $wiki_page) { | 	public function display_page_editor(Page $page, WikiPage $wiki_page) { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user