diff --git a/view/theme/diabook/directory_item.tpl b/view/theme/diabook/directory_item.tpl
index 9a040fa49..163c0c80e 100644
--- a/view/theme/diabook/directory_item.tpl
+++ b/view/theme/diabook/directory_item.tpl
@@ -20,9 +20,9 @@
$profile.locality{{ if $profile.locality }}, {{ endif }}
$profile.region
- $profile.postal-code
+ $profile.postal_code
- {{ if $profile.country-name }}$profile.country-name{{ endif }}
+ {{ if $profile.country_name }}$profile.country_name{{ endif }}
{{ endif }}
diff --git a/view/theme/diabook/profile_vcard.tpl b/view/theme/diabook/profile_vcard.tpl
index b982a2069..825145825 100644
--- a/view/theme/diabook/profile_vcard.tpl
+++ b/view/theme/diabook/profile_vcard.tpl
@@ -33,9 +33,9 @@
$profile.locality{{ if $profile.locality }}, {{ endif }}
$profile.region
- $profile.postal-code
+ $profile.postal_code
- {{ if $profile.country-name }}$profile.country-name{{ endif }}
+ {{ if $profile.country_name }}$profile.country_name{{ endif }}
{{ endif }}
diff --git a/view/theme/diabook/smarty3/directory_item.tpl b/view/theme/diabook/smarty3/directory_item.tpl
index dd5f7f38f..84b4ada0f 100644
--- a/view/theme/diabook/smarty3/directory_item.tpl
+++ b/view/theme/diabook/smarty3/directory_item.tpl
@@ -20,9 +20,9 @@
{{$profile.locality}}{{if $profile.locality}}, {{/if}}
{{$profile.region}}
- {{$profile.postal-code}}
+ {{$profile.postal_code}}
- {{if $profile.country-name}}{{$profile.country-name}}{{/if}}
+ {{if $profile.country_name}}{{$profile.country_name}}{{/if}}
{{/if}}
diff --git a/view/theme/diabook/smarty3/profile_vcard.tpl b/view/theme/diabook/smarty3/profile_vcard.tpl
index e42636734..ee3e5a2a4 100644
--- a/view/theme/diabook/smarty3/profile_vcard.tpl
+++ b/view/theme/diabook/smarty3/profile_vcard.tpl
@@ -33,9 +33,9 @@
{{$profile.locality}}{{if $profile.locality}}, {{/if}}
{{$profile.region}}
- {{$profile.postal-code}}
+ {{$profile.postal_code}}
- {{if $profile.country-name}}{{$profile.country-name}}{{/if}}
+ {{if $profile.country_name}}{{$profile.country_name}}{{/if}}
{{/if}}
diff --git a/view/theme/dispy/profile_vcard.tpl b/view/theme/dispy/profile_vcard.tpl
index cf0054a67..b7c99edd9 100644
--- a/view/theme/dispy/profile_vcard.tpl
+++ b/view/theme/dispy/profile_vcard.tpl
@@ -34,9 +34,9 @@
$profile.locality{{ if $profile.locality }}, {{ endif }}
$profile.region
- $profile.postal-code
+ $profile.postal_code
- {{ if $profile.country-name }}$profile.country-name{{ endif }}
+ {{ if $profile.country_name }}$profile.country_name{{ endif }}
{{ endif }}
diff --git a/view/theme/dispy/smarty3/profile_vcard.tpl b/view/theme/dispy/smarty3/profile_vcard.tpl
index 3a2cf73ee..55c78e9c5 100644
--- a/view/theme/dispy/smarty3/profile_vcard.tpl
+++ b/view/theme/dispy/smarty3/profile_vcard.tpl
@@ -34,9 +34,9 @@
{{$profile.locality}}{{if $profile.locality}}, {{/if}}
{{$profile.region}}
- {{$profile.postal-code}}
+ {{$profile.postal_code}}
- {{if $profile.country-name}}{{$profile.country-name}}{{/if}}
+ {{if $profile.country_name}}{{$profile.country_name}}{{/if}}
{{/if}}
diff --git a/view/theme/duepuntozero/profile_vcard.tpl b/view/theme/duepuntozero/profile_vcard.tpl
index bcb5baeeb..e91e6125f 100644
--- a/view/theme/duepuntozero/profile_vcard.tpl
+++ b/view/theme/duepuntozero/profile_vcard.tpl
@@ -16,9 +16,9 @@
$profile.locality{{ if $profile.locality }}, {{ endif }}
$profile.region
- $profile.postal-code
+ $profile.postal_code
- {{ if $profile.country-name }}$profile.country-name{{ endif }}
+ {{ if $profile.country_name }}$profile.country_name{{ endif }}
{{ endif }}
diff --git a/view/theme/duepuntozero/smarty3/profile_vcard.tpl b/view/theme/duepuntozero/smarty3/profile_vcard.tpl
index b7300329c..91630b0ec 100644
--- a/view/theme/duepuntozero/smarty3/profile_vcard.tpl
+++ b/view/theme/duepuntozero/smarty3/profile_vcard.tpl
@@ -16,9 +16,9 @@
{{$profile.locality}}{{if $profile.locality}}, {{/if}}
{{$profile.region}}
- {{$profile.postal-code}}
+ {{$profile.postal_code}}
- {{if $profile.country-name}}{{$profile.country-name}}{{/if}}
+ {{if $profile.country_name}}{{$profile.country_name}}{{/if}}
{{/if}}
diff --git a/view/theme/facepark/profile_vcard.tpl b/view/theme/facepark/profile_vcard.tpl
index 154f22363..07d2df5df 100644
--- a/view/theme/facepark/profile_vcard.tpl
+++ b/view/theme/facepark/profile_vcard.tpl
@@ -16,9 +16,9 @@
$profile.locality{{ if $profile.locality }}, {{ endif }}
$profile.region
- $profile.postal-code
+ $profile.postal_code
- {{ if $profile.country-name }}$profile.country-name{{ endif }}
+ {{ if $profile.country_name }}$profile.country_name{{ endif }}
{{ endif }}
diff --git a/view/theme/facepark/smarty3/profile_vcard.tpl b/view/theme/facepark/smarty3/profile_vcard.tpl
index b7ba41918..f7622bbb3 100644
--- a/view/theme/facepark/smarty3/profile_vcard.tpl
+++ b/view/theme/facepark/smarty3/profile_vcard.tpl
@@ -16,9 +16,9 @@
{{$profile.locality}}{{if $profile.locality}}, {{/if}}
{{$profile.region}}
- {{$profile.postal-code}}
+ {{$profile.postal_code}}
- {{if $profile.country-name}}{{$profile.country-name}}{{/if}}
+ {{if $profile.country_name}}{{$profile.country_name}}{{/if}}
{{/if}}
diff --git a/view/theme/frost-mobile/profile_vcard.tpl b/view/theme/frost-mobile/profile_vcard.tpl
index bcb5baeeb..e91e6125f 100644
--- a/view/theme/frost-mobile/profile_vcard.tpl
+++ b/view/theme/frost-mobile/profile_vcard.tpl
@@ -16,9 +16,9 @@
$profile.locality{{ if $profile.locality }}, {{ endif }}
$profile.region
- $profile.postal-code
+ $profile.postal_code
- {{ if $profile.country-name }}$profile.country-name{{ endif }}
+ {{ if $profile.country_name }}$profile.country_name{{ endif }}
{{ endif }}
diff --git a/view/theme/frost-mobile/smarty3/profile_vcard.tpl b/view/theme/frost-mobile/smarty3/profile_vcard.tpl
index b7300329c..91630b0ec 100644
--- a/view/theme/frost-mobile/smarty3/profile_vcard.tpl
+++ b/view/theme/frost-mobile/smarty3/profile_vcard.tpl
@@ -16,9 +16,9 @@
{{$profile.locality}}{{if $profile.locality}}, {{/if}}
{{$profile.region}}
- {{$profile.postal-code}}
+ {{$profile.postal_code}}
- {{if $profile.country-name}}{{$profile.country-name}}{{/if}}
+ {{if $profile.country_name}}{{$profile.country_name}}{{/if}}
{{/if}}
diff --git a/view/theme/frost/profile_vcard.tpl b/view/theme/frost/profile_vcard.tpl
index bcb5baeeb..e91e6125f 100644
--- a/view/theme/frost/profile_vcard.tpl
+++ b/view/theme/frost/profile_vcard.tpl
@@ -16,9 +16,9 @@
$profile.locality{{ if $profile.locality }}, {{ endif }}
$profile.region
- $profile.postal-code
+ $profile.postal_code
- {{ if $profile.country-name }}$profile.country-name{{ endif }}
+ {{ if $profile.country_name }}$profile.country_name{{ endif }}
{{ endif }}
diff --git a/view/theme/frost/smarty3/profile_vcard.tpl b/view/theme/frost/smarty3/profile_vcard.tpl
index b7300329c..91630b0ec 100644
--- a/view/theme/frost/smarty3/profile_vcard.tpl
+++ b/view/theme/frost/smarty3/profile_vcard.tpl
@@ -16,9 +16,9 @@
{{$profile.locality}}{{if $profile.locality}}, {{/if}}
{{$profile.region}}
- {{$profile.postal-code}}
+ {{$profile.postal_code}}
- {{if $profile.country-name}}{{$profile.country-name}}{{/if}}
+ {{if $profile.country_name}}{{$profile.country_name}}{{/if}}
{{/if}}
diff --git a/view/theme/quattro/profile_vcard.tpl b/view/theme/quattro/profile_vcard.tpl
index e7264cfec..13037c8a2 100644
--- a/view/theme/quattro/profile_vcard.tpl
+++ b/view/theme/quattro/profile_vcard.tpl
@@ -32,9 +32,9 @@
$profile.locality{{ if $profile.locality }}, {{ endif }}
$profile.region
- $profile.postal-code
+ $profile.postal_code
- {{ if $profile.country-name }}$profile.country-name{{ endif }}
+ {{ if $profile.country_name }}$profile.country_name{{ endif }}
{{ endif }}
diff --git a/view/theme/quattro/smarty3/profile_vcard.tpl b/view/theme/quattro/smarty3/profile_vcard.tpl
index 902fb040d..37df4ae9a 100644
--- a/view/theme/quattro/smarty3/profile_vcard.tpl
+++ b/view/theme/quattro/smarty3/profile_vcard.tpl
@@ -32,9 +32,9 @@
{{$profile.locality}}{{if $profile.locality}}, {{/if}}
{{$profile.region}}
- {{$profile.postal-code}}
+ {{$profile.postal_code}}
- {{if $profile.country-name}}{{$profile.country-name}}{{/if}}
+ {{if $profile.country_name}}{{$profile.country_name}}{{/if}}
{{/if}}
diff --git a/view/theme/testbubble/profile_vcard.tpl b/view/theme/testbubble/profile_vcard.tpl
index 0ee6919bc..168670699 100644
--- a/view/theme/testbubble/profile_vcard.tpl
+++ b/view/theme/testbubble/profile_vcard.tpl
@@ -14,9 +14,9 @@
$profile.locality{{ if $profile.locality }}, {{ endif }}
$profile.region
- $profile.postal-code
+ $profile.postal_code
- {{ if $profile.country-name }}$profile.country-name{{ endif }}
+ {{ if $profile.country_name }}$profile.country_name{{ endif }}
{{ endif }}
diff --git a/view/theme/testbubble/smarty3/profile_vcard.tpl b/view/theme/testbubble/smarty3/profile_vcard.tpl
index e1b05f81b..a93f6c789 100644
--- a/view/theme/testbubble/smarty3/profile_vcard.tpl
+++ b/view/theme/testbubble/smarty3/profile_vcard.tpl
@@ -14,9 +14,9 @@
{{$profile.locality}}{{if $profile.locality}}, {{/if}}
{{$profile.region}}
- {{$profile.postal-code}}
+ {{$profile.postal_code}}
- {{if $profile.country-name}}{{$profile.country-name}}{{/if}}
+ {{if $profile.country_name}}{{$profile.country_name}}{{/if}}
{{/if}}