2013-07-23, 14:30:18
I'm sorry, I still keep experimenting. Now I try get the recent news via component "First_Page". Here is it's code:
Now this compoment doesn't work at all. Just shows nothing.. Though, when I place simple text instead of this code - it does show up. Please, help me! )) Thank you!
Code:
<div class="col1">
<h2 class="heading">COMPANY NEWS</h2>
<div class="news-anons">
<?php get_i18n_search_results(array('tags'=>'compnewsrus','lang'=>ru, 'max'=>4,'numWords'=>1p,'HEADER'=>null)); ?>
</div>
</div>
<div class="col2">
<div class="uzex-rates">
<h2 class="uzex-heading">RATES</h2>
<?php get_i18n_content('uzexratespage'); ?>
<div class="banner">
<a href="http://bank.uz/currency/cb.html" title="Bank.uz - все о банках Узбекистана" target="_blank"><img src="http://bank.uz/scripts/informer" border="0"/></a>
</div>
</div>
</div>
<div class="col3">
<h2 class="heading">COUNTRY NEWS</h2>
<div class="news-anons">
<?php get_i18n_search_results(array('tags'=>'uzbnews','lang'=>ru, 'max'=>4,'numWords'=>1p,'HEADER'=>null)); ?>
</div>
</div>
Now this compoment doesn't work at all. Just shows nothing.. Though, when I place simple text instead of this code - it does show up. Please, help me! )) Thank you!