/home/edulekha/studygroup.edulekha.com/ow_plugins/newsfeed/mobile/formats/content.php
<?php

class NEWSFEED_MFORMAT_Content extends NEWSFEED_FORMAT_Content
{
    public function getViewDir()
    {
        return $this->plugin->getMobileViewDir();
    }
}