First initial import for a web interface, this will later allow to browse and
authorRoland Haeder <roland@mxchange.org>
Sun, 16 Aug 2015 09:12:58 +0000 (11:12 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 16 Aug 2015 09:16:06 +0000 (11:16 +0200)
commit06b93d16462a541848b8944bcfe17b70a2831c46
tree49a5022047306e6528b2f84a83f667d95461b62e
parent1be7a262829daae5b79aa26d0d10fdfbfcf06a95
First initial import for a web interface, this will later allow to browse and
search within the hub network.

Signed-off-by: Roland Haeder <roland@mxchange.org>
22 files changed:
application/hub/class_ApplicationHelper.php
application/hub/config.php
application/hub/language/.htaccess [new file with mode: 0644]
application/hub/main/commands/html/.htaccess [new file with mode: 0644]
application/hub/main/commands/html/class_HubHtmlIndexCommand.php [new file with mode: 0644]
application/hub/main/menu/.htaccess [new file with mode: 0644]
application/hub/main/menu/class_Hub [new file with mode: 0644]
application/hub/main/menu/class_HubIndexMenu.php [new file with mode: 0644]
application/hub/main/resolver/command/html/.htaccess [new file with mode: 0644]
application/hub/main/resolver/command/html/class_HubHtmlCommandResolver.php [new file with mode: 0644]
application/hub/main/resolver/controller/html/class_HubHtmlControllerResolver.php
application/hub/templates/de/.htaccess [new file with mode: 0644]
application/hub/templates/de/code/.htaccess [new file with mode: 0644]
application/hub/templates/de/code/footer.ctp [new file with mode: 0644]
application/hub/templates/de/code/header.ctp [new file with mode: 0644]
application/hub/templates/de/code/index.ctp [new file with mode: 0644]
application/hub/templates/de/code/menu_block.ctp [new file with mode: 0644]
application/hub/templates/de/code/menu_entry.ctp [new file with mode: 0644]
application/hub/templates/de/code/node_main.ctp [new file with mode: 0644]
application/hub/templates/de/menu/.htaccess [new file with mode: 0644]
application/hub/templates/de/menu/generic_menu_entries.xml [new file with mode: 0644]
core