<< pLog 專用,獨立留言版 | Plog.HomePage | Blog 時間分析 >>
請依照下面的步驟,將首字下沈的功能增加到你的 pLog 上面:
以 Mark's Place 為例子,採用 grey 這個模版,所以必須修改 /your-blog/templates/grey 中的 post.template 這個模版。
{$post->getText()}
替換為:
{assign var=postText value=$post->getText()}
{$dropcase->dropcase($postText)}
#drop-case:first-letter {
font-size : 200%;
font-weight : bold;
float : left;
margin-top:0px;
margin-left:0px;
margin-right: 3px;
margin-bottom: 3px;
padding: 2px;
border: 2px dotted #4265ed;
}
感謝: Mark(151)
<< pLog 專用,獨立留言版 | Plog.HomePage | Blog 時間分析 >>