File: D:/HostingSpaces/SBogers10/sportivo.komma.pro/app/storage/views/1068f568969bd9f344d89736c453f29e
<div class="buttons row"> <?php for($b = 1; $b <= 4; $b++): ?> <div class="button-holder span3 <?php if(isset($data->buttons['button'.$b]['line'])&&$data->buttons['button'.$b]['line']==false): ?> noLine <?php endif; ?> <?php if(isset($data->buttons['button'.$b]['show'])): ?> <?php if($data->buttons['button'.$b]['show']=='hidden'): ?> hide <?php endif; ?> <?php if($data->buttons['button'.$b]['show']=='none'): ?> none <?php endif; ?> <?php endif; ?>"> <?php if(isset($data->buttons['button'.$b]['value'])): ?> <?php if(isset($data->buttons['button'.$b]['url']) &&isset($data->buttons['button'.$b]['color'])): ?> <a class=" <?php echo $data->buttons['button'.$b]['color']; ?>" <?php if(isset($data->buttons['button'.$b]['target'])): ?>target='<?php echo $data->buttons['button'.$b]['target']; ?>'<?php endif; ?> href="<?php echo $data->buttons['button'.$b]['url']; ?>"><span class="text"><?php echo $data->buttons['button'.$b]['value']; ?></span><span class="icon"></span></a> <?php else: ?> <h3><?php echo $data->buttons['button'.$b]['value']; ?></h3> <?php endif; ?> <?php endif; ?> <div class="grid" style="top: <?php echo isset($data->buttons['gridDistance']) ? $data->buttons['gridDistance'] : 100; ?>px"></div> </div> <?php endfor; ?> </div>