[21320] Fixing the updated image url
Caeies <[email protected]> Wed, 25 Aug 2010 08:44:34 +0000
| Newsgroups | gmane.comp.web.phpgroupware.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 21320
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=21320
Author: Caeies
Date: 2010-08-25 08:44:34 +0000 (Wed, 25 Aug 2010)
Log Message:
-----------
Fixing the updated image url
Modified Paths:
--------------
modules/tts/branches/branch_0_9_16/index.php
Modified: modules/tts/branches/branch_0_9_16/index.php
===================================================================
--- modules/tts/branches/branch_0_9_16/index.php 2010-07-07 09:41:36 UTC (rev 21319)
+++ modules/tts/branches/branch_0_9_16/index.php 2010-08-25 08:44:34 UTC (rev 21320)
@@ -283,7 +283,7 @@
if (! $ticket_read)
{
- $GLOBALS['phpgw']->template->set_var('row_status','<img src="templates/' . $GLOBALS['phpgw_info']['server']['template_set'] . '/images/updated.png">');
+ $GLOBALS['phpgw']->template->set_var('row_status','<img src="'. $GLOBALS['phpgw']->common->image('tts', 'updated.png').'">');
}
else
{