Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- protected function _content_template(){ ?>
- <#
- view.addInlineEditingAttributes( 'title', 'none' );
- view.addRenderAttribute( 'title', {'class':'entry-title'} );
- #>
- <p {{{ view.getRenderAttributeString( 'title' ) }}}>{{{ settings.title }}}</p>
- <?php }
Advertisement
Add Comment
Please, Sign In to add comment