| #135 | if($extra) { |
| #136 | foreach ($extra as $k=>$v){ |
| #137 | $s .= '-'.$k.'-'.$v; |
| #138 | } |
| #139 | } |
| #140 | |
| #141 | if(empty($_ENV['_config']['lecms_parseurl'])) { |
| #142 | return $this->cfg['weburl'].'index.php?'.$control.'-'.$action.$s.$_ENV['_config']['url_suffix']; |
| #143 | }else{ |
| #144 |