View_Layout::render PHP Method

render() public method

public render ( $template = NULL, $view = NULL, $partials = NULL )
    public function render($template = NULL, $view = NULL, $partials = NULL)
    {
        // Add call widget to all pages
        $this->_partials['call_me'] = 'layout/call';
        return parent::render($template, $view, $partials);
    }