Initial import
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
$sns = [
|
||||
['facebook', 'https://www.facebook.com/nasledstvo.bg'],
|
||||
['instagram', 'https://www.instagram.com/nasledstvo_bg'],
|
||||
['youtube', 'https://www.youtube.com/channel/UC2sJGH_3HNJR8TYUuzoyizA']
|
||||
//['twitter', '#'],
|
||||
//['linkedin', '#'],
|
||||
];
|
||||
?>
|
||||
<?php foreach ($sns as $sn): ?>
|
||||
<a href="<?= $sn[1] ?>" target="_blank" class="sn"><img src="/_public/images/sn/<?= $sn[0] ?>.png"></a>
|
||||
<?php endforeach; ?>
|
||||
Reference in New Issue
Block a user