merging read and write quill engine
This commit is contained in:
@@ -141,7 +141,7 @@ class MyThoughts extends Main
|
||||
);
|
||||
|
||||
//Pages
|
||||
$asPages = array('logon', 'logoff', 'write', 'read', 'settings', 'template');
|
||||
$asPages = array('logon', 'logoff', 'write', 'read', 'settings', 'template', 'editor');
|
||||
foreach($asPages as $sPage) $asGlobalVars['consts']['pages'][$sPage] = $this->getPageContent($sPage);
|
||||
|
||||
//Main Page
|
||||
|
||||
Reference in New Issue
Block a user