Moved the customcode together in the helper class. Improvd the note in the custom code area. Added helper method to load dynamic content, like banners accross JCB backend

This commit is contained in:
2018-11-08 06:05:08 +02:00
parent dbe7880199
commit 180f1cec6d
10 changed files with 1519 additions and 1413 deletions

View File

@ -83,7 +83,8 @@ class Get
'[' => '[',
']' => ']',
',' => ',',
'+' => '+'
'+' => '+',
'=' => '='
);
/**