Commit ebbf4a6 1 parent 4916c64 commit ebbf4a6 Copy full SHA for ebbf4a6
File tree 6 files changed +22
-25
lines changed
6 files changed +22
-25
lines changed Original file line number Diff line number Diff line change 1
- .svn *
1
+ .DS_Store
Original file line number Diff line number Diff line change 5
5
$ theme_author_email =
"[email protected] " ;
6
6
$ theme_link = "https://themes.formtools.org " ;
7
7
$ theme_description = "A remodelling of the old grey-styled Form Tools 1.x theme. " ;
8
- $ theme_version = "2.0.2 " ;
8
+ $ theme_version = "2.0.3 " ;
9
9
$ theme_uses_swatches = "no " ;
Original file line number Diff line number Diff line change 4
4
</div >
5
5
6
6
<div id =" left" >
7
- <div class =" nav_heading" >
8
- { $LANG .phrase_module_nav}
9
- </div >
10
- <div id =" module_nav" >
11
- { ft_include file= " module_menu.tpl" }
12
- </div >
7
+ { if ! $hide_nav_menu }
8
+ <div class =" nav_heading" >
9
+ { $LANG .phrase_module_nav}
10
+ </div >
11
+ <div id =" module_nav" >
12
+ { ft_include file= " module_menu.tpl" }
13
+ </div >
13
14
14
- <br />
15
+ <br />
15
16
16
- <div class =" nav_heading" >
17
- { $LANG .phrase_main_nav}
18
- </div >
19
- <div id =" main_nav" >
20
- { ft_include file= " menu.tpl" }
21
- </div >
17
+ <div class =" nav_heading" >
18
+ { $LANG .phrase_main_nav}
19
+ </div >
20
+ <div id =" main_nav" >
21
+ { ft_include file= " menu.tpl" }
22
+ </div >
23
+ { /if }
22
24
</div >
23
25
</div >
24
26
Original file line number Diff line number Diff line change 33
33
<body class =" module_pages" >
34
34
35
35
<div id =" container" >
36
- <div id =" header" >{ if $settings .logo_link} <a href =" { $settings .logo_link} " >{ /if } <img src =" { $theme_url } /images/header_logo.jpg" width =" 392" height =" 60" border =" 0" />{ if $settings .logo_link} </a >{ /if } </div >
36
+ <div id =" header" >
37
+ { if isset($settings .logo_link) && ! empty($settings .logo_link)} <a href =" { $settings .logo_link} " >{ /if } <img src =" { $theme_url } /images/header_logo.jpg" width =" 392" height =" 60" border =" 0" />{ if isset($settings .logo_link) && ! empty($settings .logo_link)} </a >{ /if }
38
+ </div >
37
39
<div id =" header_row" >
38
40
<div id =" left_nav_top" >
39
- { if $account .is_logged_in}
41
+ { if ! $ hide_header_bar && $account .is_logged_in}
40
42
{ if $settings .release_type == " alpha" }
41
43
<b >{ $settings .program_version} -alpha-{ $settings .release_date} </b >
42
44
{ elseif $settings .release_type == " beta" }
Original file line number Diff line number Diff line change 40
40
"css/views.css " ,
41
41
"css/widgets.css " ,
42
42
"footer.tpl " ,
43
- "forget_password.tpl " ,
44
43
"header.tpl " ,
45
44
"images/ " ,
46
45
"images/account_section_bg.jpg " ,
103
102
"images/utilities.png " ,
104
103
"images/utilities_small.png " ,
105
104
"images/view.png " ,
106
- "index.tpl " ,
107
- "menu.tpl " ,
108
- "messages.tpl " ,
109
- "module_menu.tpl " ,
110
105
"modules_footer.tpl " ,
111
106
"modules_header.tpl " ,
112
107
"scripts/ " ,
113
108
"scripts/jquery-ui-1.8.14.custom.min.js " ,
114
- "tabset_close.tpl " ,
115
- "tabset_open.tpl " ,
116
109
"theme_config.php "
117
- );
110
+ );
You can’t perform that action at this time.
0 commit comments