aboutsummaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-12-06 17:25:01 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-12-06 17:25:01 +0100
commitbc81979a6b25554c4832d5ccb41b427023096463 (patch)
tree05c1973c48da25fb8a13ab9f57e0af337e4530f9 /app/views
parent2da7c05fa6768b95a5cd0bd1c8f9934bbff05a03 (diff)
Add default behaviour for configure / remove ext
See https://github.com/FreshRSS/FreshRSS/issues/252
Diffstat (limited to 'app/views')
-rw-r--r--app/views/extension/configure.phtml12
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