Rev 17131 | Rev 17701 | 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" style='font-size:.9em'><?php foreach ($links[$id] as $name => $link) :?><?php if(!empty($brandschosen) && $brandschosen == substr($link,strpos($link,'=',8)+1)):?><li style='padding:2px;'><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 style='padding:2px;'><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;?>