| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Summary view] [Print] [Text view]
1 // $Id: path.js,v 1.1.2.1 2009/12/09 01:08:39 davereid Exp $ 2 3 Drupal.verticalTabs = Drupal.verticalTabs || {}; 4 5 Drupal.verticalTabs.path = function() { 6 var path = $('#edit-path').val(); 7 if (path) { 8 return Drupal.t('Alias: @alias', { '@alias': path }); 9 } 10 else { 11 return Drupal.t('No alias'); 12 } 13 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |