Skip to content

Commit 2a43f89

Browse files
committed
2.0.0
1 parent aa32adc commit 2a43f89

File tree

13 files changed

+111
-368
lines changed

13 files changed

+111
-368
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
theme-deep-blue
2-
===============
32

43
The Deep Blue theme.

about/theme.php

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@
55
*/
66

77
$theme_name = "Deep Blue";
8-
$theme_author = "Encore Web Studios";
9-
$theme_author_email = "formtools@encorewebstudios.com";
10-
$theme_link = "http://themes.formtools.org/deepblue/";
8+
$theme_author = "ben.keen@gmail.com";
9+
$theme_author_email = "ben.keen@gmail.com";
10+
$theme_link = "https://themes.formtools.org/";
1111
$theme_description = "A fixed-width blue-coloured theme designed for 1024 pixel minimum screens.";
12-
$theme_version = "1.1.2";
13-
$theme_screenshots = array(
14-
15-
);
12+
$theme_version = "2.0.0";

footer.tpl

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
1+
</div>
2+
</div>
13

2-
</div>
3-
</div>
4-
5-
</td>
6-
</tr>
7-
</table>
4+
</td>
5+
</tr>
6+
</table>
87

9-
</div>
8+
</div>
109

11-
<div class="clear"></div>
10+
<div class="clear"></div>
1211

12+
</div>
1313
</div>
14-
</div>
1514
</div>
1615

1716
<div id="footer">
18-
<span style="float:right"><img src="{$theme_url}/images/footer_right.jpg" width="16" height="37" /></span>
19-
<span style="float:left"><img src="{$theme_url}/images/footer_left.jpg" width="13" height="37" /></span>
20-
<div style="padding-top:3px;">{$account.settings.footer_text}</div>
21-
{show_page_load_time}
17+
<span style="float:right"><img src="{$theme_url}/images/footer_right.jpg" width="16" height="37" /></span>
18+
<span style="float:left"><img src="{$theme_url}/images/footer_left.jpg" width="13" height="37" /></span>
19+
<div style="padding-top:3px;">{$footer_text|default:""}</div>
20+
{if $g_enable_benchmarking}
21+
{show_page_load_time}
22+
{/if}
2223
</div>
2324

2425
</body>
25-
</html>
26+
</html>

forget_password.tpl

Lines changed: 0 additions & 38 deletions
This file was deleted.

header.tpl

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
1+
<!DOCTYPE html>
22
<html dir="{$LANG.special_text_direction}">
33
<head>
44
<title>{$head_title}</title>
@@ -46,33 +46,32 @@
4646
4747
<div id="left">
4848
<div id="left_nav_top">
49-
{if $SESSION.account.is_logged_in}
50-
{if $settings.release_type == "alpha"}
51-
<b>{$settings.program_version}-alpha-{$settings.release_date}</b>
52-
{elseif $settings.release_type == "beta"}
53-
<b>{$settings.program_version}-beta-{$settings.release_date}</b>
49+
{if $is_logged_in}
50+
{if $settings.release_type == "alpha"}
51+
<b>{$settings.program_version}-alpha-{$settings.release_date}</b>
52+
{elseif $settings.release_type == "beta"}
53+
<b>{$settings.program_version}-beta-{$settings.release_date}</b>
5454
{else}
5555
<b>{$settings.program_version}</b>
5656
{/if}
57-
{if $SESSION.account.account_type == "admin"}
58-
&nbsp;
59-
<a href="#" onclick="return ft.check_updates()" class="update_link">{$LANG.word_update}</a>
57+
{if $account.account_type == "admin"}
58+
&nbsp;<a href="#" onclick="return ft.check_updates()" class="update_link">{$LANG.word_update}</a>
6059
{/if}
6160
{else}
6261
<div style="height: 20px"> </div>
6362
{/if}
6463
</div>
6564
66-
{ft_include file="menu.tpl"}
67-
</div>
65+
{ft_include file="menu.tpl"}
6866
67+
</div>
6968
</td>
7069
<td valign="top">
7170
72-
<div id="main_top"></div>
73-
<span style="position: absolute; right: 0px;"><img src="{$theme_url}/images/main_right_shadow.jpg" width="7" height="292" /></span>
71+
<div id="main_top"></div>
72+
<span style="position: absolute; right: 0px;"><img src="{$theme_url}/images/main_right_shadow.jpg" width="7" height="292" /></span>
7473
75-
<div class="content_wrap">
74+
<div class="content_wrap">
7675
77-
<div id="page_content">
76+
<div id="page_content">
7877

index.tpl

Lines changed: 0 additions & 59 deletions
This file was deleted.

menu.tpl

Lines changed: 0 additions & 34 deletions
This file was deleted.

messages.tpl

Lines changed: 0 additions & 50 deletions
This file was deleted.

module_menu.tpl

Lines changed: 0 additions & 16 deletions
This file was deleted.

modules_footer.tpl

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1 @@
1-
2-
</div>
3-
</div>
4-
5-
</td>
6-
</tr>
7-
</table>
8-
9-
</div>
10-
11-
<div class="clear"></div>
12-
13-
</div>
14-
</div>
15-
</div>
16-
17-
<div id="footer">
18-
<span style="float:right"><img src="{$theme_url}/images/footer_right.jpg" width="16" height="37" /></span>
19-
<span style="float:left"><img src="{$theme_url}/images/footer_left.jpg" width="13" height="37" /></span>
20-
<div style="padding-top:3px;">{$account.settings.footer_text}</div>
21-
{show_page_load_time}
22-
</div>
23-
24-
</body>
25-
</html>
1+
{include file="footer.tpl"}

0 commit comments

Comments
 (0)