<?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?>\r
</head>\r
<body>\r
+ <?php if(x($page,'nav')) echo $page['nav']; ?>\r
+\r
<?php if( $a->module === 'home' ) { ?>\r
<center>\r
<div class="login-button">\r
<a href="login" class="login-button-link"><img class="login-button-image" src="/images/friendika-1600.png" title="Click to log in"></a>\r
</div>\r
</center>\r
+\r
<?php } elseif ( $a->module === 'login' || $a->module === 'register' || $a->module === 'lostpass' ) {\r
?>\r
-\r
<div class='section-wrapper'>\r
<section><?php if(x($page,'content')) echo $page['content']; ?>\r
</section>\r
</div>\r
\r
- <?php } else {\r
-\r
- if(x($page,'nav')) echo $page['nav']; ?>\r
+ <?php } else { ?>\r
<div class='main-container'>\r
<div class='main-content-container'>\r
<aside><?php if(x($page,'aside')) echo $page['aside']; ?></aside>\r
img { border :0px; }
+nav {
+ display: none;
+}
+
+/* popup notifications */
+div.jGrowl div.notice {
+ background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
+ color: #ffffff;
+ padding-left: 58px;
+}
+div.jGrowl div.info {
+ background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
+ color: #ffffff;
+ padding-left: 58px;
+}
+#jGrowl.top-right {
+ top: 15px;
+ right: 15px;
+}
+
.login-button {
margin-top: 90px;
margin-left: auto;
<?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?>\r
</head>\r
<body>\r
+ <?php if(x($page,'nav')) echo $page['nav']; ?>\r
+\r
<?php if( $a->module === 'home' ) { ?>\r
<center>\r
<div class="login-button">\r
<a href="login" class="login-button-link"><img class="login-button-image" src="/images/friendika-1600.png" title="Click to log in"></a>\r
</div>\r
</center>\r
+\r
<?php } elseif ( $a->module === 'login' || $a->module === 'register' || $a->module === 'lostpass' ) {\r
?>\r
-\r
<div class='section-wrapper'>\r
<section><?php if(x($page,'content')) echo $page['content']; ?>\r
</section>\r
</div>\r
\r
- <?php } else {\r
-\r
- if(x($page,'nav')) echo $page['nav']; ?>\r
+ <?php } else { ?>\r
<div class='main-container'>\r
<!--<div class='main-content-loading'><img src="/view/theme/frost/images/ajax-loader.gif" alt="Please wait..."></div>-->\r
<div class='main-content-container'>\r
img { border :0px; }
+nav {
+ display: none;
+}
+
+/* popup notifications */
+div.jGrowl div.notice {
+ background: #511919 url("../../../images/icons/48/notice.png") no-repeat 5px center;
+ color: #ffffff;
+ padding-left: 58px;
+}
+div.jGrowl div.info {
+ background: #364e59 url("../../../images/icons/48/info.png") no-repeat 5px center;
+ color: #ffffff;
+ padding-left: 58px;
+}
+#jGrowl.top-right {
+ top: 15px;
+ right: 15px;
+}
+
.login-button {
margin-top: 110px;
}