/home/edulekha/studygroup.edulekha.com/ow_plugins/newsfeed/classes/mobile_format.php
<?php

class NEWSFEED_CLASS_MobileFormat extends NEWSFEED_CLASS_Format
{
    protected function getViewDir()
    {
        return $this->plugin->getMobileViewDir();
    }
}