Jump to content
  • 0

pomoc Notice


Sparko

Dotaz

Čawte dal som si na web new themesku a v novinkách mi naskočil tento error

Notice: Undefined index: user_status in /home/users/sparko6/******/web/includes/theme_functions_include.php on line 115

 

Riadok 100-120

 

}

}

$res .= "\n";

return $res;

}

}

 

function showsubdate() {

global $settings;

return ucwords(showdate($settings['subheaderdate'], time()));

}

 

function newsposter($info, $sep = "", $class = "") {

global $locale; $res = "";

$link_class = $class ? " class='$class' " : "";

$res = THEME_BULLET." ".profile_link($info['user_id'], $info['user_name'], $info['user_status'])." ";

$res .= $locale['global_071'].showdate("newsdate", $info['news_date']);

$res .= $info['news_ext'] == "y" || $info['news_allow_comments'] ? $sep."\n" : "\n";

return "".$res;

}

 

Link to comment
Share on other sites

4 odpovědí na tuto otázku

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...