Craft\AmNavPlugin::getSettingsHtml PHP Method

getSettingsHtml() public method

public getSettingsHtml ( )
    public function getSettingsHtml()
    {
        return craft()->templates->render('amnav/settings', array('settings' => $this->getSettings()));
    }