Subversion Repositories SmartDukaan

Rev

Rev 13532 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13532 Rev 17760
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="panel panel-default">
6
       <div class="panel panel-default">
7
	 <div class="panel-heading"><a href="/album/<?php echo $content['Album']['slug'];?>"><h3><?php echo $content['Album']['name'];?></h3></a></div>
7
	 <div class="panel-heading"><a 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-8"><?php echo $content['Album']['description'];?></p>
10
	    <p class="col-sm-8"><?php echo $content['Album']['description'];?></p>
11
	    <div class="clearfix"></div>
11
	    <div class="clearfix"></div>
12
	    
12
	    
13
        <?php if(!empty($content['Song'])):?>
13
        <?php if(!empty($content['Song'])):?>
14
	  <hr>	
14
	  <hr>