@@ -34,7 +35,7 @@
diff --git a/view/theme/smoothly/style.css b/view/theme/smoothly/style.css
index b502dd5b0..08c7d49ff 100644
--- a/view/theme/smoothly/style.css
+++ b/view/theme/smoothly/style.css
@@ -112,7 +112,7 @@ input[type=text] {
border: 1px solid #b0b0b0;
padding: 2px;
width: 575px;
- margin-top: 10px;
+ /*margin-top: 10px;*/
border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
@@ -190,7 +190,7 @@ section {
}
.mframe {
- padding: 2px;
+ padding: 3px;
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #C5C5C5;
border-radius: 3px 3px 3px 3px;
diff --git a/view/theme/smoothly/theme.php b/view/theme/smoothly/theme.php
index 7b39ec53a..dbf50a9ea 100644
--- a/view/theme/smoothly/theme.php
+++ b/view/theme/smoothly/theme.php
@@ -3,15 +3,19 @@
/*
* Name: Smoothly
* Description: Like coffee with milk. Theme works fine with iPad[2].
- * Version: Version 0.9.20-3
+ * Version: Version 0.9.24-1
* Author: Alex
* Maintainer: Alex
* Screenshot: Screenshot
*/
+$a = get_app();
$a->theme_info = array();
function smoothly_init(&$a) {
+ $cssFile = null;
+ $ssl_state = null;
+ $baseurl = $a->get_baseurl($ssl_state);
$a->page['htmlhead'] .= <<< EOT
EOT;
- // custom css
- if (!is_null($cssFile)) {
+ /** custom css **/
+ if (!is_null($cssFile)) {
$a->page['htmlhead'] .= sprintf('', $cssFile);
- }
+ }
_js_in_foot();
@@ -109,6 +113,7 @@ if(! function_exists('_js_in_foot')) {
/** @purpose insert stuff in bottom of page
*/
$a = get_app();
+ $ssl_state = null;
$baseurl = $a->get_baseurl($ssl_state);
$bottom['$baseurl'] = $baseurl;
$tpl = file_get_contents(dirname(__file__) . '/bottom.tpl');
diff --git a/view/theme/smoothly/wall_item.tpl b/view/theme/smoothly/wall_item.tpl
index a8f4bc908..38a097f75 100644
--- a/view/theme/smoothly/wall_item.tpl
+++ b/view/theme/smoothly/wall_item.tpl
@@ -39,6 +39,20 @@
$tag
{{ endfor }}