lang_post.php

来自「经典的PHP论坛」· PHP 代码 · 共 12 行

PHP
12
字号
<?php

$lang = array (

'hide_post'				=>"[color=red]View the post need prestige[/color]",
'post_post'				=>"[color=red]The post is quoted and hided[/color]",
'sell_post'				=>"[color=red]The post is quoted and for selling[/color]",
'info_post'				=>"[b]Following topic is quoted from {$old_author}' posts which submitted at {$wtof_oldfile} as {$atcarray[subject]}:[/b]",
'edit_post'				=>"The post has been edited at {$timeofedit} by {$windid}",
);
?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?