| Line 4... |
Line 4... |
| 4 |
<?php foreach($data AS $content):?>
|
4 |
<?php foreach($data AS $content):?>
|
| 5 |
<?php if(!empty($content['Song'])):?>
|
5 |
<?php if(!empty($content['Song'])):?>
|
| 6 |
<div class="post panel panel-default">
|
6 |
<div class="post panel panel-default">
|
| 7 |
<div class="panel-heading"><a title="Songs of <?php echo $content['Album']['name'];?>" href="/album/<?php echo $content['Album']['slug'];?>"><h3><?php echo $content['Album']['name'];?></h3></a></div>
|
7 |
<div class="panel-heading"><a title="Songs of <?php echo $content['Album']['name'];?>" href="/album/<?php echo $content['Album']['slug'];?>"><h3><?php echo $content['Album']['name'];?></h3></a></div>
|
| 8 |
<div class="panel-body">
|
8 |
<div class="panel-body">
|
| 9 |
<img alt="Download songs of <?php echo $content['Album']['name'];?>" src="<?php echo $base_url;?>timthumb.php?src=<?php echo (strpos($content['Album']['img'],'noimage')>0)?"/img/noimage.png":$content['Album']['img'];?>&w=150&h=150" class="img-circle pull-right"> <!--<a href="#">Free @Bootply</a>-->
|
9 |
<img alt="Download songs of <?php echo $content['Album']['name'];?>" src="<?php echo $base_url;?>timthumb.php?src=<?php echo (strpos($content['Album']['img'],'noimage')>0)?"/img/noimage.png":urlencode ($content['Album']['img']);?>&w=150&h=150" class="img-circle pull-right"> <!--<a href="#">Free @Bootply</a>-->
|
| 10 |
<p class="col-sm-6"><?php echo $content['Album']['description'];?></p>
|
10 |
<p class="col-sm-6"><?php echo $content['Album']['description'];?></p>
|
| 11 |
<div class="clearfix"></div>
|
11 |
<div class="clearfix"></div>
|
| 12 |
<?php if(!empty($content['Song'])):?>
|
12 |
<?php if(!empty($content['Song'])):?>
|
| 13 |
<hr>
|
13 |
<hr>
|
| 14 |
<ul class="list-unstyled">
|
14 |
<ul class="list-unstyled">
|