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.
我确定我不是唯一一个,但我正在尝试删除 OpenX 源代码中提到 OpenX 的一些元素,这样我就可以对其进行完全白标(这应该是可能的)。
我一辈子都找不到横幅代码中提到的地方:
<!--/* OpenX Javascript Tag v2.8.1 */-->
快把我逼疯了!
有人有想法么?
你的,克里斯
在 2.8.1 版本中,它似乎lib/OX/Extension/invocationTags从第 238 行开始:
lib/OX/Extension/invocationTags
$buffer = '<!--/* '. $name .' '. $this->getName() . ' v' . OA_VERSION; if (!empty($thirdpartyname)) { $buffer .= " (".$thirdpartyname.")"; } $buffer .= " */-->\n\n";