diff --git a/email_a_friend.ph_ b/email_a_friend.ph_ deleted file mode 100755 index db1a7ff..0000000 --- a/email_a_friend.ph_ +++ /dev/null @@ -1,65 +0,0 @@ -auth(); - $cms->scripts('globals, jquery, core, ajax'); - $user = $cms->user('site_users'); -?> - - - - - - - The power of 10% - pledge to reduce your water use by 10% - - - - -
-

-
- key()}, - subject: Your friend wants you to take the pledge!, - template_html: email/power_of_ten_email_friend_html.snip, - template_text: email/power_of_ten_email_friend_text.snip, - response: query, - success: Your email has been sent. - ")?>" /> - -
-

Water plays an important role in our lives. Because we live in a state that is surrounded by so much water, we often forget about the importance of conservation.

-
-
-
-

Email a Friend:

-
    - email)){ ?> - - -
  • -
    - -
  • - -
  • -
    - (seperate multiple with commas)
    - -
  • -
  • - -
  • -
-
-
-
-

Comments or questions? Email us.

- -
- - \ No newline at end of file diff --git a/print.ph_ b/print.ph_ deleted file mode 100755 index 82b4494..0000000 --- a/print.ph_ +++ /dev/null @@ -1,8 +0,0 @@ -param(1); - if(is_numeric($id) && $id > 0){ - PowerOfTenEvent::printReport($id); - }else{ - header("Location: http://www.watermatters.org/thepowerof10"); - } -?> \ No newline at end of file diff --git a/thankyou.ph_ b/thankyou.ph_ deleted file mode 100755 index 33c81f2..0000000 --- a/thankyou.ph_ +++ /dev/null @@ -1,64 +0,0 @@ -page(); - $user = $cms->user('site_users'); - if(!isset($user) || !is_object($user) || $user->isEmpty()) die(); - $rows = DAO::init('power_of_ten')->getWhere('site_users_id=='.$user->getId(),'order:id DESC,debug:0'); - if(!$rows) die(); - $row = $rows[0]; - $data = json_decode($row->data); -?> - - - - - - - Thank You! - - - - - -
-

- first_name)){ ?> -

first_name?>, thanks for your pledge — your actions do make a difference!

- -

Thanks for your pledge — your actions do make a difference!

- -

- If everyone within our district pledged to save 10% of their water use we’d save over 44 million gallons of water per day!
- Your target is to conserve total_individual_percent?> gallons a week. -

-

- Print and hang the pledge where you will see it every day. - Stress how important it is that we all try to practice water-saving habits and to encourage family, friends and neighbors to do so as well. -

-
-

What else can I do?

- -
-

- Home Page  •  - Who We Are & What We Do  •  - Search & Site Map  •  - Contact Us  •  - Privacy & Disclaimer  •  - © Copyright  •  - pdf Download PDF Reader -

-
- - \ No newline at end of file