Move everything over to pterodactyl theme

This commit is contained in:
Dane Everitt 2017-03-16 19:48:24 -04:00
parent 198a021a97
commit 955d89c0c6
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
15 changed files with 45 additions and 808 deletions

View file

@ -1,22 +0,0 @@
<?php
if (! empty($greeting)) {
echo $greeting, "\n\n";
} else {
echo $level == 'error' ? 'Whoops!' : 'Hello!', "\n\n";
}
if (! empty($introLines)) {
echo implode("\n", $introLines), "\n\n";
}
if (isset($actionText)) {
echo "{$actionText}: {$actionUrl}", "\n\n";
}
if (! empty($outroLines)) {
echo implode("\n", $outroLines), "\n\n";
}
echo 'Regards,', "\n";
echo Settings::get('company', 'Pterodactyl Panel'), "\n";