Rev 16018 | Rev 17192 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?php $links = $this->requestAction('users/getlinks/'.$logged_user['id']);?><?php if(!empty($links)):?><ul class="list-inline"><?php foreach ($links[$id] as $name => $link) :?><?php if(!empty($brandschosen) && $brandschosen == substr($link,strpos($link,'=',8)+1)):?><li><a class="selectbrand active" data-href="<?php echo $link;?>" data-id="<?php echo substr($link,strpos($link,'=',8)+1);?>"><?php echo $name;?></a></li><?php else:?><li><a class="selectbrand" data-href="<?php echo $link;?>" data-id="<?php echo substr($link,strpos($link,'=',8)+1);?>"><?php echo $name;?></a></li><?php endif;?><?php endforeach;?><?php if(isset($brandschosen) && !empty($brandschosen)):?><li><button class="btn btn-xs clearfilters" style="width:25px !important;">All</button></li><?php endif;?></ul><?php endif;?>