_vertical_tabs_example_explanation

6 vertical_tabs_example.module _vertical_tabs_example_explanation()
7 vertical_tabs_example.module _vertical_tabs_example_explanation()
8 vertical_tabs_example.module _vertical_tabs_example_explanation()

Simple explanation page.

Related topics

1 string reference to '_vertical_tabs_example_explanation'

File

vertical_tabs_example/vertical_tabs_example.module, line 96
Module file for vertical_tabs_example module.

Code

function _vertical_tabs_example_explanation() {
  return t("The Vertical Tabs Example shows how a custom module can best support vertical tabs. To see the effects of this module, look at the <a href='!node_add'>node/add</a> form", array('!node_add' => url('node/add')));
}
Login or register to post comments