13.11.2005, 16:02
Soniks спасибо за подсказку,
в файле display.php в самом начале есть инклуд на файл functions.php - а вот в нем есть
такой код
function startjournal($sitename, $user) {
global $module_name;
$user = check_html($user, nohtml);
$sitename = check_html($sitename, nohtml);
if (is_user($user)) {
$j_user1 = "<center>[ <a href=\"modules.php?name=$module_name\">"._JOURNALDIR."</a> | <a href=\"modules.php?name=$module_name&file=edit\">"._YOURJOURNAL."</a> ]</center>";
$j_user2 = "";
} else {
$j_user1 = "<center>[ <a href=\"modules.php?name=$module_name\">"._JOURNALDIR."</a> | <a href=\"modules.php?name=Your_Account&op=new_user\">"._CREATEACCOUNT."</a> ]</center>";
$j_user2 = "<br><center><font class=\"tiny\">"._MEMBERSCAN."</font></center>";
}
title("$sitename: "._USERSJOURNAL."");
if (is_user($user)) {
include("modules/Your_Account/navbar.php");
OpenTable();
nav();
CloseTable();
echo "<br>";
}
Это оно? или еще поискать?
|