kendi capımda xoops sa sef yaptım

ama her sayfada uraştım en cokta replace yapmakta
replace yapmak için kullandığım kod
$this->keywords=trim(eregi_replace('[^abcçdefghiıjklmnöopqrşstuüvwxyzABCÇDEFGĞHIıİJKLMN OÖPQRSŞTUÜVWXYZ0123456789]','-',$this->keywords));
$this->keywords=strtolower($this->keywords);
$f=array("ş","ö","ü","ı","ğ","Ğ","Ç","Ü","İ","Ö"," Ş");
$r=array("s","o","u","i","g","g","c","u","i","o"," s");
$this->keywords=strtolower(str_replace($f,$r,$this->keywords));
$this->keywords=str_replace("---","--",$this->keywords);
$this->keywords=str_replace("--","-",$this->keywords);
linkler
$story['title'] = "<a href='".XOOPS_URL."/modules/news/article.php?storyid=".$this->storyid()."-".$this->keywords().".html"."'".$story['infotips'].">".$this->title()."</a>";
<a href='".XOOPS_URL."/modules/news/article.php?storyid=".$article->storyid()."-".$article->keywords().".html"."'".$story['infotips'].">".$article->title()."</a>";
mesela $article->keywords() değiştirip $article->seokeywords() haline nası etiricem
bunu tek dosya haline nası getiricem