Ignore:
Timestamp:
Jul 16, 2009, 12:37:15 AM (15 years ago)
Author:
tiico
Message:

Correct FR langage
Add a new config tab for news parameters for embeded wall (such as numRows, Transparency...) [to be completed]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/piclens/generate_rss.php

    r3536 r3598  
    4242        $thumb_secure = array('', '&thumb=1', '');  // correspondant a 1-->'miniature' et 2-->'normal'
    4343        $normal_secure = array('', '&thumb=1', '', '&highdef=1');       // correspondant a 1-->'miniature' et 2-->'normal' et 3 --> High
    44         $order_list = array('', $conf['order_by_inside_category'], 'ORDER BY date_creation', 'ORDER BY date_available', 'ORDER BY average_rate', 'ORDER BY hit', 'ORDER BY file', 'ORDER BY id', 'ORDER BY RAND()', 'ORDER BY category_id', 'ORDER BY category_id, rank ');     
     44        $order_list = array('', $conf['order_by_inside_category'], 'ORDER BY date_creation', 'ORDER BY date_available', 'ORDER BY average_rate', 'ORDER BY hit', 'ORDER BY file', 'ORDER BY id', 'ORDER BY RAND()', 'ORDER BY category_id');   
    4545        $order_sort = array('', '', ' ASC', ' DESC');
    4646
     
    508508                                                . $row['file'] . "]]></title>\n";
    509509                                        break;
    510                                 case 4 :
    511                     // Rien
    512                                         echo "<title></title>\n";
    513                                         break;
    514                    
    515510                                default :
    516511                                                // format nom fichier : taille
Note: See TracChangeset for help on using the changeset viewer.