Ei kuvausta
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.

new_detail.htm 380B

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