Printable Version of Topic
Click here to view this topic in its original format


Sender: zebaniz 25.05.2008 08:59
Türkçe:
downloads.php dosyasını açın
Aşağıdaki metni bulun (421. satır)
PHP

$site_template
->register_vars("files"$files);

ve aşağıdaki ile değiştirin:
PHP

$site_template
->register_vars(array(
   
"files" => $files,
   
"print_links" => $paging->print_link()
));



English:
Open downloads.php
and find (line 421)
PHP

$site_template
->register_vars("files"$files);

replace:
PHP

$site_template
->register_vars(array(
   
"files" => $files,
   
"print_links" => $paging->print_link()
));


Powered by SePortal (http://www.seportal.org)
© SePortal.org (http://www.seportal.org)