Вход Регистрация
Файл: www/include/function_index.php
Строк: 30
<?
/*-----------------------------------------------------------

    Product: BBlog 2.0
    License: GNU General Public License (http://www.gnu.org/licenses/gpl.html)
    Copyright: (c) 2007 Batia.info
    Version: 2.0 RC1

    
-------------------------------------------------------------*/

if ( !defined('INDEX') ) die("Эта страницу для вас недоступна!");


// Функция отображает разбивку записей по страничкам
function show_speedbar($sql,$url='index.php',$atrib='') {

global 
$start$cfg_count_news_adm;


  
$count_rows mysql_num_rows($sql); // Количество записей?
  
$show_num=0;
  
$content="";

  for(
$i=0$i<$count_rows; ) {           if($start == $i$class='id="current"'; else $class='';
          
$content .= '<a href="/'.$url.'?start='.$i.$atrib.'" '.$class.'>'.$show_num.'</a>';
          
$i=$i+$cfg_count_news_adm;
          
$show_num++;
  }
return 
$content;
}
?>
Онлайн: 0
Реклама