summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2005-11-04 01:39:53 +0000
committerDaniel Drake <dsd@gentoo.org>2005-11-04 01:39:53 +0000
commit414a1ffee9ec815f975fbd58788fd5aa9a6808a7 (patch)
tree0ea8f800ec2a4c9de4de685ed9bba32d5f451a9a /templates/index.html.tmpl
parentAdd chtekk feeds (diff)
downloadplanet-414a1ffee9ec815f975fbd58788fd5aa9a6808a7.tar.gz
planet-414a1ffee9ec815f975fbd58788fd5aa9a6808a7.tar.bz2
planet-414a1ffee9ec815f975fbd58788fd5aa9a6808a7.zip
Allow cia usernames to differ from gentoo ones, and set sebastians cia username.
Diffstat (limited to 'templates/index.html.tmpl')
-rw-r--r--templates/index.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html.tmpl b/templates/index.html.tmpl
index 716902a..6e48dfb 100644
--- a/templates/index.html.tmpl
+++ b/templates/index.html.tmpl
@@ -89,7 +89,7 @@ Views expressed in the content published here do not necessarily represent the v
</span>
a.k.a. <b><TMPL_VAR channel_username></b>
(<a href="http://dev.gentoo.org/~<TMPL_VAR channel_username ESCAPE="HTML">/">homepage</a>,
-<a href="http://cia.navi.cx/stats/author/<TMPL_VAR channel_username ESCAPE="HTML">">stats</a>,
+<a href="http://cia.navi.cx/stats/author/<TMPL_IF channel_cia_username><TMPL_VAR channel_cia_username ESCAPE="HTML"><TMPL_ELSE><TMPL_VAR channel_username ESCAPE="HTML"></TMPL_IF>">stats</a>,
<a href="http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;email1=<TMPL_VAR channel_username ESCAPE="HTML">%40gentoo.org&amp;emailtype1=exact&amp;emailassigned_to1=1&amp;emailreporter1=1">bugs</a>)
</div>
</TMPL_IF>