Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jianminglok committed Aug 6, 2017
1 parent d218ecd commit e228aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

<div class="mdl-cell mdl-cell--4-col mdl-cell--4-col-tablet mdl-cell--4-col-phone mdl-card mdl-shadow--3dp" style="width: 100%;">
<div class="mdl-card__media" style="height: 200px; background-color: #f0eded; position: relative;">
<img src="<?php echo $_SERVER['REQUEST_URI'].$row['key'].'/0.'?>">
<img src="<?php echo $row['key'].'/0.'?>">
</div>
<div class="mdl-card__title">
<h4 class="mdl-card__title-text"><?php echo $row['title']; ?></h4>
Expand Down

0 comments on commit e228aa9

Please sign in to comment.