summaryrefslogtreecommitdiff
path: root/_darcs/pristine/actions/all.php
diff options
context:
space:
mode:
Diffstat (limited to '_darcs/pristine/actions/all.php')
-rw-r--r--_darcs/pristine/actions/all.php12
1 files changed, 8 insertions, 4 deletions
diff --git a/_darcs/pristine/actions/all.php b/_darcs/pristine/actions/all.php
index 066ee77bf..028a3679a 100644
--- a/_darcs/pristine/actions/all.php
+++ b/_darcs/pristine/actions/all.php
@@ -23,7 +23,8 @@ require_once(INSTALLDIR.'/actions/showstream.php');
class AllAction extends StreamAction {
- function handle($args) {
+ function handle($args)
+ {
parent::handle($args);
@@ -53,7 +54,8 @@ class AllAction extends StreamAction {
common_show_footer();
}
- function show_header($user) {
+ function show_header($user)
+ {
common_element('link', array('rel' => 'alternate',
'href' => common_local_url('allrss', array('nickname' =>
$user->nickname)),
@@ -61,7 +63,8 @@ class AllAction extends StreamAction {
'title' => sprintf(_('Feed for friends of %s'), $user->nickname)));
}
- function show_top($user) {
+ function show_top($user)
+ {
$cur = common_current_user();
if ($cur && $cur->id == $user->id) {
@@ -76,7 +79,8 @@ class AllAction extends StreamAction {
'item' => 'allrss')));
}
- function show_notices($user) {
+ function show_notices($user)
+ {
$page = $this->trimmed('page');
if (!$page) {