summaryrefslogtreecommitdiff
path: root/modules/digibug/views/admin_digibug.html.php
blob: d673b1161d491874ff006d2fb17fc0b960f6e374 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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>