diff --git a/www/protected/views/site/contact.php b/www/protected/views/site/contact.php
deleted file mode 100644
index baad25e..0000000
--- a/www/protected/views/site/contact.php
+++ /dev/null
@@ -1,85 +0,0 @@
-pageTitle=Yii::app()->name . ' - Contact Us';
-$this->breadcrumbs=array(
- 'Contact',
-);
-?>
-
-
Contact Us
-
-user->hasFlash('contact')): ?>
-
-
- user->getFlash('contact'); ?>
-
-
-
-
-
-If you have business inquiries or other questions, please fill out the following form to contact us. Thank you.
-
-
-
-
-beginWidget('CActiveForm', array(
- 'id'=>'contact-form',
- 'enableClientValidation'=>true,
- 'clientOptions'=>array(
- 'validateOnSubmit'=>true,
- ),
-)); ?>
-
-
Fields with * are required.
-
- errorSummary($model); ?>
-
-
- labelEx($model,'name'); ?>
- textField($model,'name'); ?>
- error($model,'name'); ?>
-
-
-
- labelEx($model,'email'); ?>
- textField($model,'email'); ?>
- error($model,'email'); ?>
-
-
-
- labelEx($model,'subject'); ?>
- textField($model,'subject',array('size'=>60,'maxlength'=>128)); ?>
- error($model,'subject'); ?>
-
-
-
- labelEx($model,'body'); ?>
- textArea($model,'body',array('rows'=>6, 'cols'=>50)); ?>
- error($model,'body'); ?>
-
-
-
-
- labelEx($model,'verifyCode'); ?>
-
- widget('CCaptcha'); ?>
- textField($model,'verifyCode'); ?>
-
-
Please enter the letters as they are shown in the image above.
-
Letters are not case-sensitive.
- error($model,'verifyCode'); ?>
-
-
-
-
-
-
-
-endWidget(); ?>
-
-
-
-
\ No newline at end of file
diff --git a/www/protected/views/site/pages/about.php b/www/protected/views/site/pages/about.php
deleted file mode 100644
index d8aa3c5..0000000
--- a/www/protected/views/site/pages/about.php
+++ /dev/null
@@ -1,12 +0,0 @@
-pageTitle=Yii::app()->name . ' - About';
-$this->breadcrumbs=array(
- 'About',
-);
-?>
-About
-
-This is a "static" page. You may change the content of this page
-by updating the file .