- Better code in controller system/Phrases

- Added new folder views/system/phrases
- Moved views phraseinhaltEdit.php, phrases.php, phrasesEdit.php, phrasesList.php and phrasesinhaltList.php from views/system/ to views/system/phrases/
- Adapted the code to work with this change
This commit is contained in:
Paolo
2018-04-12 18:14:01 +02:00
parent 2a71c4387f
commit 3d42622490
7 changed files with 111 additions and 91 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ function _generateJSDataStorageObject($calledFrom)
var FHC_JS_DATA_STORAGE_OBJECT = {
app_root: "'.APP_ROOT.'",
ci_router: "index.ci.php",
called_route: "'.$calledFrom.'",
called_route: "'.$calledFrom.'"
};';
$toPrint .= "\n";
$toPrint .= '</script>';