Shape 5

Joomla Templates => Paradigm Shift - Club => : sokartch January 02, 2012, 02:38:55 PM



: round_box problem?
: sokartch January 02, 2012, 02:38:55 PM
...
         $title = "<img src=\"".$base_folder."/media/com_ars/icons/status_".$item->maturity.".png\" width=\"16\" height=\"16\" align=\"left\" />".
            "&nbsp;   <a href=\"".$release_url."\"><span class=\"ars-release-title-version\">".
            $this->escape($item->version)."</span><span class=\"ars-release-title-maturity\"> (".
            JText::_('LBL_RELEASES_MATURITY_'.  strtoupper($item->maturity)).")</span>[/url]";
         $module = ArsHelperChameleon::getModule($title, $contents, $params);
         echo JModuleHelper::renderModule($module, $params);
...
output:
(http://www.ristancase.com/err.jpg)

...
echo $title
or
echo $module->title
...
output: icon and name... (OK)


: Re: round_box problem?
: mikek January 03, 2012, 09:37:43 AM
Hello,

Where are you inserting this code? I can see from your code that there issue with your quotations, you have double quotes inside of other double quotes, which you cannot do. We cannot offer support on custom coding though.