Skip to content

Commit

Permalink
Add firehose options
Browse files Browse the repository at this point in the history
  • Loading branch information
tvroom committed Jun 15, 2007
1 parent be228f1 commit a9b09af
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions themes/slashcode/templates/user_titlebar;misc;default
Expand Up @@ -39,6 +39,9 @@ IF user.uid == uid;
IF constants.plugin.Journal; tabs.push(
{ link = "/~$url_nick/journal/",label = "Journal", sel_label = "journal" },
); END;
IF constants.plugin.FireHose; tabs.push(
{ link = "/~$url_nick/firehose/",label = "Firehose", sel_label = "firehose" },
); END;
IF constants.plugin.Messages; tabs.push(
{ link = "/my/inbox/", label = "Messages", sel_label = "messages" },
); END;
Expand All @@ -64,6 +67,9 @@ ELSIF user.is_anon;
IF constants.plugin.Journal; tabs.push(
{ link = "/~$url_nick/journal/",label = "Journal", sel_label = "journal" },
); END;
IF constants.plugin.FireHose; tabs.push(
{ link = "/~$url_nick/firehose/",label = "Firehose", sel_label = "firehose" },
); END;
IF constants.plugin.Zoo; tabs.push(
{ link = "/~$url_nick/friends/",label = "Friends", sel_label = "friends" },
); tabs.push(
Expand All @@ -89,6 +95,9 @@ ELSE;
IF constants.plugin.Journal; tabs.push(
{ link = "/~$url_nick/journal/",label = "Journal", sel_label = "journal" },
); END;
IF constants.plugin.FireHose; tabs.push(
{ link = "/~$url_nick/firehose/",label = "Firehose", sel_label = "firehose" },
); END;
IF constants.plugin.Zoo; tabs.push(
{ link = "/~$url_nick/friends/",label = "Friends", sel_label = "friends" },
); tabs.push(
Expand Down

0 comments on commit a9b09af

Please sign in to comment.