lbry.com/view/template/download/_unavailable.php
2016-07-04 14:07:52 -04:00

8 lines
No EOL
364 B
PHP

<div class="notice notice-info">
<p>LBRY is not yet out on your platform. You will receive an email as we expand LBRY to your preferred platform.</p>
<?php if ($os == DownloadActions::OS_OSX): ?>
<p>Arrival is expected by July 5.</p>
<?php elseif ($os == DownloadActions::OS_WINDOWS): ?>
<p>Arrival is expected this month.</p>
<?php endif ?>
</div>