From bcbe8cd80228313e521f2eb05ba1d88d7b1a2969 Mon Sep 17 00:00:00 2001 From: Artem Daniliants Date: Fri, 7 May 2010 13:52:26 +0300 Subject: [PATCH] Added YouTube link and modified download link Pages controller needs a lot of refactoring >< --- Server/application/controllers/pages.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Server/application/controllers/pages.php b/Server/application/controllers/pages.php index 0ba7d37..3ff1bd9 100644 --- a/Server/application/controllers/pages.php +++ b/Server/application/controllers/pages.php @@ -38,7 +38,13 @@ class Pages_Controller extends Template_Controller { $this->template->header = 'Home'; $this->template->content = ' - SpeedFreak is a free application for your mobile that allows you to measure your car\'s performance such as acceleration and top speed. In order to make it even +
+ +
+
+
+ +SpeedFreak is a free application for your mobile that allows you to measure your car\'s performance such as acceleration and top speed. In order to make it even more interesting you can compete against others on our leaderboards to see who\'s car packs the most punch!

@@ -49,7 +55,7 @@ community link! $this->template->sidebar_content ='

Download SpeedFreak for Nokia N900.

-

Download now

+

Download now

'; -- 1.7.9.5