There is no natural way to do this in Yii 1.x, but there are several approaches.
Take a look at yiinitializer advanced to get the impression that frontend and backend are separated here. These are more or less two applications sharing a common folder.
My Phundament project takes a simpler approach by simply switching themes based on controller routes using multi-theme .
schmunk
source share