From 6c50eba206ee4f3e43580ef4a29f24f04760b248 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Thu, 12 Apr 2012 08:40:17 +0200 Subject: [PATCH] quattro: move center css to style.php. add tpl for generic_links_widget --- view/theme/quattro/generic_links_widget.tpl | 11 +++++++++++ view/theme/quattro/style.php | 16 +++++++++++++++- view/theme/quattro/theme.php | 20 -------------------- 3 files changed, 26 insertions(+), 21 deletions(-) create mode 100644 view/theme/quattro/generic_links_widget.tpl delete mode 100644 view/theme/quattro/theme.php diff --git a/view/theme/quattro/generic_links_widget.tpl b/view/theme/quattro/generic_links_widget.tpl new file mode 100644 index 0000000000..29580bbc71 --- /dev/null +++ b/view/theme/quattro/generic_links_widget.tpl @@ -0,0 +1,11 @@ +
+ {{if $title}}

$title

{{endif}} + {{if $desc}}
$desc
{{endif}} + + + +
diff --git a/view/theme/quattro/style.php b/view/theme/quattro/style.php index 889ec1530e..b6104a170d 100644 --- a/view/theme/quattro/style.php +++ b/view/theme/quattro/style.php @@ -1,5 +1,9 @@ page['htmlhead'].=" - - "; - -}