Code |
Context$user = array(
"id" => null,
"email" => null,
"fname" => null,
"lname" => null,
"password" => null,
"created" => null,
"role" => null
)
$class = "coupon-extra-comments-avatar"
$id = ""
$size = "small"
$w = 45
$h = 45
function image($user, $class='', $id='', $size='small', $w=45, $h=45) {
if ($user['profile_pic'] && $user['profile_pic_type']=='local') {
AvatarHelper::image() - APP/views/helpers/avatar.php, line 8
include - APP/views/elements/forum/discussion.ctp, line 8
View::_render() - CORE/cake/libs/view/view.php, line 666
View::element() - CORE/cake/libs/view/view.php, line 343
include - APP/views/elements/forum/ajaxpage.ctp, line 12
View::_render() - CORE/cake/libs/view/view.php, line 666
View::element() - CORE/cake/libs/view/view.php, line 343
include - APP/views/forum/index.ctp, line 13
View::_render() - CORE/cake/libs/view/view.php, line 666
View::render() - CORE/cake/libs/view/view.php, line 376
Controller::render() - CORE/cake/libs/controller/controller.php, line 806
ForumController::category() - APP/controllers/forum_controller.php, line 69
Object::dispatchMethod() - CORE/cake/libs/object.php, line 118
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - APP/webroot/index.php, line 97
Code |
Context$user = array(
"id" => null,
"email" => null,
"fname" => null,
"lname" => null,
"password" => null,
"created" => null,
"role" => null
)
$class = "coupon-extra-comments-avatar"
$id = ""
$size = "small"
$w = 45
$h = 45
if ($user['profile_pic'] && $user['profile_pic_type']=='local') {
$avatar_pic = '/attachments/profile_pics/'.$size.'/'.$user['profile_pic'];
} else if ($user['profile_pic']) {
AvatarHelper::image() - APP/views/helpers/avatar.php, line 10
include - APP/views/elements/forum/discussion.ctp, line 8
View::_render() - CORE/cake/libs/view/view.php, line 666
View::element() - CORE/cake/libs/view/view.php, line 343
include - APP/views/elements/forum/ajaxpage.ctp, line 12
View::_render() - CORE/cake/libs/view/view.php, line 666
View::element() - CORE/cake/libs/view/view.php, line 343
include - APP/views/forum/index.ctp, line 13
View::_render() - CORE/cake/libs/view/view.php, line 666
View::render() - CORE/cake/libs/view/view.php, line 376
Controller::render() - CORE/cake/libs/controller/controller.php, line 806
ForumController::category() - APP/controllers/forum_controller.php, line 69
Object::dispatchMethod() - CORE/cake/libs/object.php, line 118
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - APP/webroot/index.php, line 97