{site}.inc.php is the base for all jobs.
[platal.git] / classes / xnet.php
index bc30b17..a5a739a 100644 (file)
@@ -57,6 +57,12 @@ class Xnet extends Platal
         return null;
     }
 
+    public function pl_self($n = null)
+    {
+        global $globals;
+        return str_replace('%grp', $globals->asso('diminutif'), parent::pl_self($n));
+    }
+
     protected function find_hook()
     {
         $ans = parent::find_hook();