/home/edulekha/studygroup.edulekha.com/ow_system_plugins/base/mobile/components/join_button.php
<?php

class BASE_MCMP_JoinButton extends BASE_CMP_JoinButton
{
    public function __construct( $params = array() )
    {
        parent::__construct();
        $this->setTemplate(OW::getPluginManager()->getPlugin('base')->getMobileCmpViewDir().'join_button.html');
    }
}