27
一九八八年腊月二十 (辛巳)蛇 煞西
今日胎神:仓库床 外西北
喜神:正南 福神:东南 财神:西南
33
介绍《百 家姓》是我国流行最长,流传最广的一种蒙学教材。它的成书和普及要早于《三字经》。《百家姓》将常见的姓氏篇成四字一句的韵文,像一首四言诗,便与诵读和记忆,因此,流传至今,影响极深。《百家姓》本来收集四百一十一个经赠补到五百零四个姓,其中单姓四百四十四
11
44
123123
| #804 | preg_match_all($pattern, $contentstr, $match); |
| #805 | if( isset($match[1]) && isset($match[1][0]) ){ |
| #806 | $match_pic = $match[1][0]; |
| #807 | if(substr($match_pic, 0, 2) == '..'){ |
| #808 | $match_pic = substr($match_pic, 2); |
| #809 | } |
| #810 | $webdir_len = strlen($this->cfg['webdir']); |
| #811 | if(substr($match_pic, 0, $webdir_len) == $this->cfg['webdir']){ |
| #812 | $cms_content['pic'] = substr($match_pic, $webdir_len); |
| #813 | }else{ |