diff options
| author | jhilden <jakobhilden@gmail.com> | 2009-06-29 16:03:45 -0400 |
|---|---|---|
| committer | jhilden <jakobhilden@gmail.com> | 2009-06-29 16:03:45 -0400 |
| commit | b31b3bd5bff4f8d5b5721e0fdd86579028a5b03a (patch) | |
| tree | 9baa2a301c1e26dcf872e0bbfbb09be34cb020d5 /modules/digibug/views/admin_digibug.html.php | |
| parent | eb82f6a64a6b4e0b4e18ca92689bd467cba6e1bd (diff) | |
| parent | 5de6de6a133c6c906ee63b5a2ab1b08bc14ca17e (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/digibug/views/admin_digibug.html.php')
| -rw-r--r-- | modules/digibug/views/admin_digibug.html.php | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/modules/digibug/views/admin_digibug.html.php b/modules/digibug/views/admin_digibug.html.php new file mode 100644 index 00000000..7e4436ff --- /dev/null +++ b/modules/digibug/views/admin_digibug.html.php @@ -0,0 +1,22 @@ +<?php defined("SYSPATH") or die("No direct script access.") ?> +<div id="gAdminDigibug"> + <div class="gAdminDigibugIntro"> + <img id="DigibugLogo" src="<?= url::file("modules/digibug/images/digibug_logo.png") ?>"> + <h2> <?= t("Digibug Photo Printing") ?> </h2> + <p> + <?= t("Turn your photos into a wide variety of prints, gifts and games!") ?> + </p> + + <ul id="gMessage"> + <li class="gSuccess"> + <?= 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" => url::site("admin/advanced_settings"))) ?> + </p> + </div> +</div> |
