tabs
This commit is contained in:
parent
a6cde63fd8
commit
cf1b5c47dc
|
@ -103,7 +103,11 @@ function profile_content(&$a) {
|
||||||
if(x($_GET,'tab'))
|
if(x($_GET,'tab'))
|
||||||
$tab = notags(trim($_GET['tab']));
|
$tab = notags(trim($_GET['tab']));
|
||||||
|
|
||||||
// $tpl = file_get_contents('view/profile_tabs.tpl');
|
$tpl = file_get_contents('view/profile_tabs.tpl');
|
||||||
|
|
||||||
|
$o .= replace_macros($tpl,array(
|
||||||
|
'$url' => $a->get_baseurl() . '/' . $a->cmd
|
||||||
|
));
|
||||||
|
|
||||||
|
|
||||||
if(remote_user())
|
if(remote_user())
|
||||||
|
|
|
@ -735,3 +735,17 @@ input#dfrn-url {
|
||||||
background-color: #FFEEEE;
|
background-color: #FFEEEE;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.profile-tabs {
|
||||||
|
float: left;
|
||||||
|
padding:3px;
|
||||||
|
margin-right: 5px;
|
||||||
|
border: 1px solid #888888;
|
||||||
|
}
|
||||||
|
.profile-tabs a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#profile-tabs-end {
|
||||||
|
clear: both;
|
||||||
|
}
|
Loading…
Reference in a new issue