Simple blog with multi-lang and theme

I’m not designer. Blog look is not very good  :-\

www.kosiy.phpnet.us

Gradients are good

Actually if you changed it from fluid to static (with all the content in a 'column' in the center of the screen) i think it would look better than just ok

Not bad design , Cool , Let me  know one thing , how did you managed multiple language content ? I m new here.

Thanks

Quote

Let me  know one thing , how did you managed multiple language content ? I m new here.

In table "Post" I'm added field "lang" for storing language for every article.

When application start I check default language from browser settings or the user’s selected in current session and set

Yii::app()->language
.

Then select from table "Post" only record's in needed language.

Code: http://kosiy.phpnet…show/id/18.html

Sorry for bad English.

Thanks buddy, Hope this will help me :)