FATAL_ERROR: Call to a member function modNAMEnoslash() on a non-object
FILE: classes/route.php -> line 22
URL: http://www.mostmarpal.pl/dromex-cieszyn-sp_-z-o_o69.html
01.
<?php
02.
03./**
04. * Class for routing
05. ...
17.
18.//-------------------------------
19.
20. // odciecie parametow
21. $url_tab=parse_url($url);
22. $url=$CS->STRING->modNAMEnoslash($url_tab['path']); 23.// echo '{'.$url.'}';
24. //$par=$tmp[1];
25. //$tmp=explode("strona=",$par);
26. $_GET['strona'] = $_GET['strona']?$_GET['strona']:1;
27.