Vier: Option to switch between shadow style and flat style.
This commit is contained in:
parent
608d5255ec
commit
f663676cca
|
@ -1219,6 +1219,10 @@ border-bottom: 1px solid #D2D2D2;
|
|||
.type-link .oembed {
|
||||
}
|
||||
|
||||
.type-link img + br{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wall-item-container .wall-item-content {
|
||||
/* font-size: 14px; */
|
||||
max-width: 660px;
|
||||
|
|
|
@ -15,6 +15,10 @@ $baseurl = $a->get_baseurl();
|
|||
|
||||
$a->theme_info = array();
|
||||
|
||||
$style = get_pconfig(local_user(), 'vier', 'style');
|
||||
if ($style == "flat")
|
||||
$a->page['htmlhead'] .= '<link rel="stylesheet" href="view/theme/vier/flat.css" type="text/css" media="screen"/>'."\n";
|
||||
|
||||
$a->page['htmlhead'] .= <<< EOT
|
||||
<script type="text/javascript" src="$baseurl/view/theme/vier/js/jquery.divgrow-1.3.1.f1.min.js"></script>
|
||||
<script>
|
||||
|
|
Loading…
Reference in a new issue