mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
added syntaxhelp text
This commit is contained in:
@@ -29,4 +29,8 @@ class SimpleFLE extends CI_Controller {
|
||||
$this->load->view('interface_assets/footer', $footerData);
|
||||
|
||||
}
|
||||
|
||||
public function displaySyntax() {
|
||||
$this->load->view('simplefle/syntax_help');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user