예제 #1
0
 function artxPostprocessPostContent($content)
 {
     $config = JFactory::getConfig();
     $sef = method_exists($config, 'getValue') ? $config->getValue('config.sef') : ($sef = $config->get('config.sef'));
     if ($sef) {
         $content = str_replace('background:url(images/', 'background:url(' . JURI::base(true) . '/images/', $content);
     }
     return artxPostprocessContent($content);
 }
예제 #2
0
 function artxPostprocessPostContent($content)
 {
     return artxPostprocessContent($content);
 }