mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-16 23:49:52 +00:00
8 lines
No EOL
254 B
PHP
8 lines
No EOL
254 B
PHP
<div class="notice notice-info">
|
|
<p>{{download.unavailable}}</p>
|
|
<?php if ($os == DownloadActions::OS_OSX): ?>
|
|
<p>{{download.osx}}</p>
|
|
<?php elseif ($os == DownloadActions::OS_WINDOWS): ?>
|
|
<p>{{download.windows}}</p>
|
|
<?php endif ?>
|
|
</div>
|