
10-09-2008, 11:28 PM
|
 |
TO BE OR NOT TO BE
|
|
تاريخ التسجيل: Feb 2008
الدولة: عايش على النت
المشاركات: 31,162
|
|
لتوسيط الردود
توسيط الردود
افتح قالب : postbit_legacy
ابحث عن
كود PHP:
<div id="post_message_$post[postid]">$post[message]</div>
استبدله بـ
كود PHP:
<div id="post_message_$post[postid]"> <div align="center">$post[message]</div> </div>
|