class.plx.show,gagner un peu de place
bg62
Member
dans "class.plx.show.php", pourquoi ne pas remplacer :
if(!empty($this->plxMotor->aConf['description']))
echo plxUtils::strCheck($this->plxMotor->aConf['title'].' - '.$this->plxMotor->aConf['description']);
else
echo plxUtils::strCheck($this->plxMotor->aConf['title']);
return;
}
if($this->plxMotor->mode == 'categorie') {
echo plxUtils::strCheck($this->plxMotor->aConf['title'].' - '.$this->plxMotor->aCats[ $this->plxMotor->cible ]['name']);
return;
}
if($this->plxMotor->mode == 'article') {
echo plxUtils::strCheck($this->plxMotor->plxRecord_arts->f('title').' - '.$this->plxMotor->aConf['title']);
return;
}
if($this->plxMotor->mode == 'static') {
echo plxUtils::strCheck($this->plxMotor->aConf['title'].' - '.$this->plxMotor->aStats[ $this->plxMotor->cible ]['name']);
return;
(ligne 192) par :
if(!empty($this->plxMotor->aConf['description']))
echo plxUtils::strCheck($this->plxMotor->aConf['title'].','.$this->plxMotor->aConf['description']);
else
echo plxUtils::strCheck($this->plxMotor->aConf['title']);
return;
}
if($this->plxMotor->mode == 'categorie') {
echo plxUtils::strCheck($this->plxMotor->aConf['title'].','.$this->plxMotor->aCats[ $this->plxMotor->cible ]['name']);
return;
}
if($this->plxMotor->mode == 'article') {
echo plxUtils::strCheck($this->plxMotor->plxRecord_arts->f('title').','.$this->plxMotor->aConf['title']);
return;
}
if($this->plxMotor->mode == 'static') {
echo plxUtils::strCheck($this->plxMotor->aConf['title'].','.$this->plxMotor->aStats[ $this->plxMotor->cible ]['name']);
return;
je sais que ça peut paraître un peut "bénin", mais parfois quelques caractères supplémentaires, surtout dans 'title' et 'description' peuvent jouer au niveau du référencement .... mes sites principaux : fonds d'écran gratuits - longue traîne - référencer votre site - brocante en ligne -
Connectez-vous ou Inscrivez-vous pour répondre.
Réponses
Consultant PluXml
Ancien responsable et développeur de PluXml (2010 à 2018)
plus on leur en donne, mieux c'est, donc les espaces : à éviter !
mes sites principaux : fonds d'écran gratuits - longue traîne - référencer votre site - brocante en ligne -