This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
global $configs; | |
$configs = new stdClass; | |
$configs->domain = $_SERVER['SERVER_NAME']; | |
$configs->timer = 25; | |
$configs->amazon_tag = 'fregamonl0b-20'; | |
$configs->infolinks = ' | |
<script type="text/javascript"> | |
var infolinks_pid = 405121; | |
var infolinks_wsid = 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% api %}{% image %} | |
{% for index, item in api%} | |
{% for imageindex, image in images %} | |
{% if index < 5 %} | |
{% if index == imageindex %} | |
<div class="entry clearfix"> | |
<a href="{{ item.link }}" rel="nofollow" title="{{ item.title }}"><img src="{{ image.mediaurl }}" alt="{{ image.title }}"></a> | |
<h2 class="post-title"><a rel="nofollow" href="{{ item.link }}" title="{{ item.title }}">{{ item.title }}</a></h2> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
global $configs; | |
$configs = new stdClass; | |
$configs->domain = $_SERVER['SERVER_NAME']; | |
$configs->timer = 25; | |
$configs->infolinks = ' | |
<script type="text/javascript"> | |
var infolinks_pid = 421546; | |
var infolinks_wsid = 1; | |
</script> |