function lingotek_dev_page in Lingotek Translation 6
Same name and namespace in other branches
- 7.7 lingotek.dev.inc \lingotek_dev_page()
- 7.2 lingotek.dev.inc \lingotek_dev_page()
- 7.3 lingotek.dev.inc \lingotek_dev_page()
- 7.4 lingotek.dev.inc \lingotek_dev_page()
- 7.5 lingotek.dev.inc \lingotek_dev_page()
- 7.6 lingotek.dev.inc \lingotek_dev_page()
@file Developer Utilities
1 string reference to 'lingotek_dev_page'
File
- ./
lingotek.dev.inc, line 6 - Developer Utilities
Code
function lingotek_dev_page($node = NULL) {
$nid = '';
if (isset($node)) {
$nid = $node->nid;
}
return drupal_get_form('lingotek_dev_form', $nid);
}