Refactoring, standardisation and small fixes

This commit is contained in:
Ismo Vuorinen
2013-07-15 19:25:39 +03:00
parent a4bdf517cb
commit 4bb689166d
8 changed files with 47 additions and 119 deletions

View File

@@ -9,8 +9,6 @@
Suunnittele oma eKorttisi ja lähetä se ystävällesi!
Samalla voit osallistua arvontaan josta voit voittaa huikean hienoja palkintoja.
</p>
</div>
</div>
</div>

View File

@@ -3,9 +3,11 @@
<div class="large-12 columns">
<div class="panel">
<pre><?php
if (empty($user)) {
$user = new stdClass();
}
var_export($user);
?></pre>