Résolution du bug #2930921 : le titre de la page n'était pas mis à jour avec l'AJAX

Ajout de la fonctionnalité #2930930 : l'url permanente du strip est maintenant indiquée
This commit is contained in:
Leblanc Simon 2010-01-20 02:30:45 +00:00
commit e7d737af1b
9 changed files with 31 additions and 0 deletions

View file

@ -25,6 +25,7 @@ abstract class AbstractLang
protected $contact = "Contact";
protected $rss = "RSS";
protected $licence = "Licence";
protected $permanent_link = "Lien permanent";
protected $boutique = "Boutique";
protected $teeshirt = "(t-shirts & cadeaux)";
protected $propulse = "Propulsé par";
@ -58,6 +59,7 @@ abstract class AbstractLang
public function getContact() { return $this->contact; }
public function getRss() { return $this->rss; }
public function getLicence() { return $this->licence; }
public function getPermanentLink() { return $this->permanent_link; }
public function getBoutique() { return $this->boutique; }
public function getTeeshirt() { return $this->teeshirt; }
public function getPropulse() { return $this->propulse; }