profile_option.tpl
Jamroom Developers
Yeah right.
I made profile_view_jrBlog_test() as:
function profile_view_jrBlog_test ($_profile,$_post,$_user,$_conf)
{
return 'hello world';
}and the result is:
<div style="margin:12px;"> hello world </div>mmmm. It was probably put there for a reason. Wonder what that was.
profile_tabs.tpl also has a margin:0 12px;
My first suspicion was so that modules don't have to think about profiles css structure to line up with the layout. Looking more now.