foreach ($this->crumb as $key => $crumb) { if($_GET['app']=='explore' ) $title = $crumb['name'] . ' - ' . $title; echo "this is explore"; else echo "is other"; $title = $crumb['name']. ' - ' . get_setting('brand_name'); die(); }
foreach ($this->crumb as $key => $crumb) { if($_GET['app']=='explore' ){ $title = $crumb['name'] . ' - ' . $title; echo "this is explore"; } else{ echo "is other"; $title = $crumb['name']. ' - ' . get_setting('brand_name'); } }
AI智能回复搜索中,请稍后...