website logo
Auteur
avatar
PhilGuen

Forum » » Bugs, Probs ... » » Lien "Page suivante"


Posté : 10 mai 2024 à 07:53 icone du post

petite recherche avec textCrawler

dans mainfile.php ligne 896 j'ai



if ($catid != 0) {
          $resultm = sql_query("select title from ".$NPDS_Prefix."stories_cat where catid='$catid'");
          list($title1) = sql_fetch_row($resultm);
          $title = "<a href=\"index.php?op=newindex&catid=$catid\" class=\"noir\">".aff_langue($title1)."</a> : $title";
          // Attention à cela aussi
          $morelink[6]="<a href=\"index.php?op=newindex&catid=$catid\" class=\"noir\">".aff_langue($title1)."</a>";
       } else {
          $morelink[6]="";
       }



Ca pourrait bien être ca ... à suivre

Cet article provient de NPDS
https://www.npds.org/viewtopic.php?topic=26879&forum=1