And here is the (Icons & number of days) code snippet from the .PHP code found in the (austpost.php):

if (zen_get_shipping_enabled($this->code)) {
$this->enabled = ((MODULE_SHIPPING_AUSTPOST_STATUS == 'True') ? true : false);
}

$this->code = 'austpost';
$this->title = MODULE_SHIPPING_AUSTPOST_TEXT_TITLE;
$this->description = MODULE_SHIPPING_AUSTPOST_TEXT_DESCRIPTION;
$this->sort_order = MODULE_SHIPPING_AUSTPOST_SORT_ORDER;
$this->icon = $template->get_template_dir('austpost.jpg', '', '','images/icons'). '/' . 'austpost.jpg';
$this->icon_rpp = $template->get_template_dir('austpost_rpp.jpg', '' , '','images/icons'). '/' . 'austpost_rpp.jpg';
$this->icon_air = $template->get_template_dir('austpost_air.jpg', '' , '','images/icons'). '/' . 'austpost_air.jpg';
$this->icon_sea = $template->get_template_dir('austpost_sea.jpg', '' , '','images/icons'). '/' . 'austpost_sea.jpg';
$this->icon_exp = $template->get_template_dir('austpost_exp.jpg', '', '','images/icons'). '/' . 'austpost_exp.jpg';
$this->icon_expi = $template->get_template_dir('austpost_epi.jpg', '', '','images/icons'). '/' . 'austpost_epi.jpg';
$this->icon_reg = $template->get_template_dir('austpost_regd.jpg', '', '','images/icons'). '/' . 'austpost_regd.jpg';
$this->icon_del = $template->get_template_dir('austpost_del.jpg', '', '','images/icons'). '/' . 'austpost_del.jpg';


$bignumber="<span style=\"font-size: 20px ; vertical-align: top ; font-weight: bold ; \" > ";

Cheers,