View file Web Template Ktpl/package/templates/ktpl/controllers/rss/backend/index.tpl.php

File size: 204B
<?php
	$this->addToolButton(array(
		'class' => 'help',
		'title' => LANG_HELP,
		'target' => '_blank',
		'href'  => LANG_HELP_URL_COM_RSS
	));
?>

<?php $this->renderGrid($this->href_to('ajax'), $grid);