aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/talk.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-02-15 00:32:19 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-02-15 00:32:19 +0000
commit1854075a62c6ca0422040b4e5ebf89088b0d02b2 (patch)
tree4c725cb4ef2b6eab95c0db23cfedcfb3c1406be4 /h-source/Application/Views/talk.php
parent99e87e1869e49c67bea2b779283def0e98f39bca (diff)
added wiki - part 1
Diffstat (limited to 'h-source/Application/Views/talk.php')
-rw-r--r--h-source/Application/Views/talk.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/h-source/Application/Views/talk.php b/h-source/Application/Views/talk.php
index 11f6bbc..a5de7d9 100644
--- a/h-source/Application/Views/talk.php
+++ b/h-source/Application/Views/talk.php
@@ -45,7 +45,7 @@
<?php } ?>
<div class="talk_message_item_title">
- <?php echo eg_strtoupper($message['talk']['title']);?>
+ <?php echo $message['talk']['title'];?>
</div>
<div class="talk_message_item_date">
@@ -140,7 +140,7 @@
<?php } else { ?>
<div class="talk_login_notice">
- <a name="form"><?php echo gtext("You have to");?> <a href="<?php echo $this->baseUrl."/users/login/$lang/".$this->controller."/view/$id_hard";?>">login</a> <?php echo gtext("in order to add a message");?></a>
+ <a name="form"><?php echo gtext("You have to");?> <a href="<?php echo $this->baseUrl."/users/login/$lang?redirect=".$this->controller."/".$this->action.$queryString;?>">login</a> <?php echo gtext("in order to add a message");?></a>
</div>
<?php } ?> \ No newline at end of file