<?php

  function onEnd()
  {
    $phone = str_replace('+','',$this->theme->site_phone1);
    $this['phone'] = str_replace(' ','',$phone);
  }

?>