Skip to content
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisramey committed Sep 18, 2011
1 parent 65906c0 commit 8d9ea83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protected/views/student/_gameView.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div style="clear: both; padding: 10px; border: 2px solid #ccc; margin: 10px 0;">

<div style="float: left; margin-right: 15px; padding: 2px; border: 1px solid #ccc; ">
<?php echo CHtml::link(CHtml::image($data->image,CHtml::encode($data->name),array('style'=>'width:80px;')), array('student/game', 'id'=>$data->id)); ?>
<?php echo CHtml::link(CHtml::image('/images/apps/'.$data->image,CHtml::encode($data->name),array('style'=>'width:80px;')), array('student/game', 'id'=>$data->id)); ?>
</div>

<div style="float: left; width: 300px;">
Expand Down

0 comments on commit 8d9ea83

Please sign in to comment.