[Alba-desarrollo] SVN Alba r6220 -
prosistem/alba/trunk/alba/plugins/albaToolsPlugin/lib/helper
commits en pressenter.com.ar
commits en pressenter.com.ar
Mar Jun 2 00:27:15 CEST 2009
Author: ftoledo
Date: 2009-06-01 19:27:15 -0300 (Mon, 01 Jun 2009)
New Revision: 6220
Modified:
prosistem/alba/trunk/alba/plugins/albaToolsPlugin/lib/helper/AlbaToolsHelper.php
Log:
fix path de la imagen
Modified: prosistem/alba/trunk/alba/plugins/albaToolsPlugin/lib/helper/AlbaToolsHelper.php
===================================================================
--- prosistem/alba/trunk/alba/plugins/albaToolsPlugin/lib/helper/AlbaToolsHelper.php 2009-06-01 22:24:51 UTC (rev 6219)
+++ prosistem/alba/trunk/alba/plugins/albaToolsPlugin/lib/helper/AlbaToolsHelper.php 2009-06-01 22:27:15 UTC (rev 6220)
@@ -21,5 +21,5 @@
if (is_null($texto)){
return null;
}
- return tag('img', array('alt'=> $texto, 'src'=>'albaTools/text2img?texto=' . $texto));
+ return tag('img', array('alt'=> $texto, 'src'=>url_for('albaTools/text2img?texto=' . $texto)));
}
Más información sobre la lista de distribución Alba-desarrollo