Нема описа
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

cl_detail.htm 371B

12345678910111213
  1. <?php
  2. $doc_aid = $aid;
  3. $route_param = request()->route();
  4. $tid = $route_param['tid']?(int)$route_param['tid']:0;
  5. $aid = $route_param['aid']?(int)$route_param['aid']:0;
  6. $tagid = $route_param['tagid']?(int)$route_param['tagid']:0;
  7. $is_mobile = isMobile();
  8. $web_domain = request()->domain();
  9. $web_url = request()->url();
  10. $number = $aid;
  11. ?>