User: sanduhrs Branch: HEAD Date: Tue, 27 Oct 2009 18:10:05 +0000 Added files: /modules/vcard vcard.tpl.php Removed files: /modules/vcard vcard_profile.tpl.php Modified files: /modules/vcard vcard.admin.inc vcard.module Log message: on the way to a D7 version: * Some additional clean-up * Changed the way the vCard is generated I wanted a central point, where vcard data is assembled. That data is later used by the template for hCard display and by the vCard builder to generate the vCard for download * hook_theme update Changed a few days ago * Removed the theme_vcard() From my point of view it's redundant, as we have a template file now. * Added template_preprocess_vcard() To have the variables prepared outside the template file * Cleaned up the template file Links: http://cvs.drupal.org/diff.php?path=contributions/modules/vcard/vcard.tpl.ph... http://cvs.drupal.org/diff.php?path=contributions/modules/vcard/vcard.admin.... http://cvs.drupal.org/diff.php?path=contributions/modules/vcard/vcard.module...