Rename "views" and "layouts" to singular form.
authorThinkscape <abodera@gmail.com>
Wed, 11 Jan 2012 13:03:08 +0000 (14:03 +0100)
committerThinkscape <abodera@gmail.com>
Wed, 11 Jan 2012 13:03:08 +0000 (14:03 +0100)
commitc5554b6b41da12c4e98cbffae3ee430a59bc36be
treee13853512c4925ecf8c24af4d4df14fdb6869840
parent6288ec421a933d977be1361070627e7b3cf39267
Rename "views" and "layouts" to singular form.

Directory names should be in singular form whenever possible.
module/Application/config/module.config.php
module/Application/view/error/404.phtml [new file with mode: 0644]
module/Application/view/error/index.phtml [new file with mode: 0644]
module/Application/view/index/index.phtml [new file with mode: 0644]
module/Application/view/layout/layout.phtml [new file with mode: 0644]
module/Application/views/error/404.phtml [deleted file]
module/Application/views/error/index.phtml [deleted file]
module/Application/views/index/index.phtml [deleted file]
module/Application/views/layouts/layout.phtml [deleted file]