summaryrefslogtreecommitdiff
path: root/modules/digibug/views
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2013-02-15 12:55:16 -0500
committerBharat Mediratta <bharat@menalto.com>2013-02-15 12:57:42 -0500
commit264e1e82b23f622e9a79f7834cfcbfb536eac4f6 (patch)
treef77d0a923761d0a1d34ec4856ea91a9ab951c19c /modules/digibug/views
parent6089374891407dda5da27bbceb9aa774004737b6 (diff)
Digibug up and vanished. Move the module to contrib for now. This
will leave the module active in any existing installs that had it active, but that shouldn't cause any negative impact. Fixes #2002.
Diffstat (limited to 'modules/digibug/views')
-rw-r--r--modules/digibug/views/admin_digibug.html.php20
-rw-r--r--modules/digibug/views/digibug_form.html.php13
2 files changed, 0 insertions, 33 deletions
diff --git a/modules/digibug/views/admin_digibug.html.php b/modules/digibug/views/admin_digibug.html.php
deleted file mode 100644
index d673b116..00000000
--- a/modules/digibug/views/admin_digibug.html.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php defined("SYSPATH") or die("No direct script access.") ?>
-<div class="g-block">
- <img src="<?= url::file("modules/digibug/images/digibug_logo.png") ?>" alt="Digibug logo" class="g-right"/>
- <h1> <?= t("Digibug photo printing") ?> </h1>
- <div class="g-block-content">
- <p>
- <?= t("Turn your photos into a wide variety of prints, gifts and games!") ?>
- </p>
- <ul>
- <li class="g-module-status g-success">
- <?= t("You're ready to print photos!") ?>
- </li>
- </ul>
- <p>
- <?= t("You don't need an account with Digibug, but if you <a href=\"%signup_url\">register with Digibug</a> and enter your Digibug id in the <a href=\"%advanced_settings_url\">Advanced Settings</a> page you can make money off of your photos!",
- array("signup_url" => "http://www.digibug.com/signup.php",
- "advanced_settings_url" => html::mark_clean(url::site("admin/advanced_settings")))) ?>
- </p>
- </div>
-</div>
diff --git a/modules/digibug/views/digibug_form.html.php b/modules/digibug/views/digibug_form.html.php
deleted file mode 100644
index af5a88b4..00000000
--- a/modules/digibug/views/digibug_form.html.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php defined("SYSPATH") or die("No direct script access.") ?>
-<html>
- <body>
- <?= form::open("http://www.digibug.com/dapi/order.php") ?>
- <? foreach ($order_params as $key => $value): ?>
- <?= form::hidden($key, $value) ?>
- <? endforeach ?>
- </form>
- <script type="text/javascript">
- document.forms[0].submit();
- </script>
- </body>
-</html>