[Html] Created the Html module, which allows you to go wild with HTML on your website.
commit30e1603054641d5c78645c4515df06b93224e1ab
authorvinnl <imnotb@gmail.com>
Fri, 4 Apr 2008 14:32:30 +0000 (4 16:32 +0200)
committervinnl <imnotb@gmail.com>
Fri, 4 Apr 2008 14:32:30 +0000 (4 16:32 +0200)
tree81de7a052780e75143d970362d3d2da22b3c2461
parent3568607fdb9f1866146a60dc9159820a6fa6bc99
[Html] Created the Html module, which allows you to go wild with HTML on your website.
[Page] The Block ID is now passed along to the modules that need to provide the block.
project/modules/html/Module.php [copied from project/modules/page/Module.php with 54% similarity]
project/modules/html/Tables.yml [new file with mode: 0644]
project/modules/html/Version.php [new file with mode: 0644]
project/modules/html/controllers/IndexController.php [new file with mode: 0644]
project/modules/html/views/scripts/index/main.phtml [new file with mode: 0644]
project/modules/page/Module.php
project/modules/page/controllers/IndexController.php
project/modules/page/views/scripts/index/add.phtml [new file with mode: 0644]
project/modules/page/views/scripts/index/pagecontext.phtml [new file with mode: 0644]