网站开发 · 2025年4月23日

ecshop当前位置$ur_here 标签在哪修改?

ecshop当前位置$ur_here 标签在哪修改?转载请注明网址! 

比如:

 

 

“>”在 includes/lib_mian.php 191行. 

$ur_here   .= ‘ <code>&gt;</code> <a href=”‘ . build_uri($type, $args, $val[‘cat_name’]) . ‘”>’ .

                                    htmlspecialchars($val[‘cat_name’]) . ‘</a>’;

 

把<code>&gt;</code>去掉,就没有”>”了.

另外在模板当中一般调用是  <!– #BeginLibraryItem “/library/ur_here.lbi” –><!– #EndLibraryItem –> 加载模板库,简单办法直接在模板相应处 贴标签{$ur_here}