コード例 #1
0
ファイル: site.php プロジェクト: NatWeiss/JankyPHP
 static function setDescription($txt)
 {
     if (!strlen(ini::get('replace', 'meta', 'description'))) {
         ini::set('replace', 'meta', 'description', str::str2metadesc($txt));
     }
 }