Skip to content

Commit

Permalink
Merge pull request #930 from zelgerj/master
Browse files Browse the repository at this point in the history
refactored welcome template
  • Loading branch information
zelgerj committed Nov 11, 2015
2 parents 21e581f + ed2e5b4 commit 780efa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/templates/www/welcome.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Setup::prepareContext();
<div class="cover-container">
<div class="masthead"><br/></div>
<div class="inner cover">
<img class="appserver-logo" src="http://cdn.appserver.io/welcome-page/logo_iron-horse_debian_x86_64.png">
<img class="appserver-logo" src="http://cdn.appserver.io/welcome-page/logo_<?php echo str_replace(" ", "-", strtolower(Setup::getValue(SetupKeys::RELEASE_NAME))) . '_' . Setup::getLinuxDistro() . '_' . Setup::getValue(SetupKeys::OS_ARCHITECTURE) ?>.png">
<h1 class="cover-heading">Congratulations!</h1>
<p>
<h4><b>appserver.io <i><?php echo Setup::getValue(SetupKeys::RELEASE_NAME) ?></i></b> is up and running...</h4>
Expand Down

0 comments on commit 780efa1

Please sign in to comment.