From a07af7eea8c71fc813834a4eedb6a2c8e0856be0 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Sun, 1 Jul 2012 12:41:15 +0000 Subject: [PATCH] * change the id of company to companyname. --- module/common/view/header.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/common/view/header.html.php b/module/common/view/header.html.php index 5b3bbff088..a87a7d97ac 100644 --- a/module/common/view/header.html.php +++ b/module/common/view/header.html.php @@ -9,7 +9,7 @@ include 'chosen.html.php'; {$app->company->name} "; + echo "{$app->company->name} "; if($app->company->website) echo html::a($app->company->website, $lang->company->website, '_blank'); if($app->company->backyard) echo html::a($app->company->backyard, $lang->company->backyard, '_blank'); ?>