diff options
Diffstat (limited to 'app/views/extension/configure.phtml')
| -rw-r--r-- | app/views/extension/configure.phtml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/views/extension/configure.phtml b/app/views/extension/configure.phtml new file mode 100644 index 000000000..a79e9baac --- /dev/null +++ b/app/views/extension/configure.phtml @@ -0,0 +1,12 @@ +<?php + +if (!Minz_Request::param('ajax')) { + $this->partial('aside_configure'); +} + +?> + +<div class="post"> + <h1>Extension name</h1> + Not implemented yet! +</div>
\ No newline at end of file |
