@@ -29,7 +29,7 @@ |
||
| 29 | 29 | } |
| 30 | 30 | |
| 31 | 31 | $template = new Template(false); |
| 32 | -$template->assign('pageUrl', api_get_path(WEB_PATH) . "service/{$serviceId}/information/"); |
|
| 32 | +$template->assign('pageUrl', api_get_path(WEB_PATH)."service/{$serviceId}/information/"); |
|
| 33 | 33 | $template->assign('service', $service); |
| 34 | 34 | $template->assign('essence', Essence\Essence::instance()); |
| 35 | 35 | |