2009-06-21 08:52:26 -07:00
<? php defined ( "SYSPATH" ) or die ( "No direct script access." ) ?>
2009-10-18 20:22:10 -06:00
<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">
2009-06-21 08:52:26 -07:00
<p>
2009-06-27 15:55:47 -07:00
<?= t("Turn your photos into a wide variety of prints, gifts and games!") ?>
</p>
2009-09-30 22:58:51 -06:00
<ul>
2009-10-04 00:27:22 -06:00
<li class="g-module-status g-success">
2009-06-27 15:55:47 -07:00
<?= 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",
2009-08-31 00:42:18 -07:00
"advanced_settings_url" => html::mark_clean(url::site("admin/advanced_settings")))) ?>
2009-06-21 08:52:26 -07:00
</p>
</div>
</div>