From 8fc27734bb21fa00a9f40e26c5bdbdb8157ba7e3 Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Tue, 21 Jun 2011 09:37:26 -0400 Subject: New feed format --- views/Users/feed.html.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/views/Users/feed.html.php b/views/Users/feed.html.php index e770454..29d8695 100644 --- a/views/Users/feed.html.php +++ b/views/Users/feed.html.php @@ -1,6 +1,6 @@ -

About Us A bit about our company

+

username ?>'s Feed Here's what's poppin'


@@ -11,7 +11,13 @@ -
+ +
+form->create(null, array('action' => 'post')); ?> + form->field('body', array('type' => 'textarea')); ?> + form->submit('Post!', array('class' => 'button', 'style' => 'float:right')); ?> +form->end(); ?> +
-- cgit v1.2.3