Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 OSClass 的新手。我看见
$breadcrumb = osc_breadcrumb('»', false);
在header.php. 定义在哪里osc_breadcrumb()?我正在使用modern主题。
header.php
osc_breadcrumb()
modern
函数 osc_breadcrumb() 在 oc-includes/osclass/helpers/hDefines.php 中声明
并返回 html 代码,
如果你想深入了解 Breadcrumb.php 类位于 oc-includes/osclass/classes/Breadcrumb.php