Skip to content

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeen committed Nov 11, 2017
1 parent 4916c64 commit ebbf4a6
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.svn*
.DS_Store
2 changes: 1 addition & 1 deletion about/theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
$theme_author_email = "[email protected]";
$theme_link = "https://themes.formtools.org";
$theme_description = "A remodelling of the old grey-styled Form Tools 1.x theme.";
$theme_version = "2.0.2";
$theme_version = "2.0.3";
$theme_uses_swatches = "no";
Binary file modified images/favicon.ico
Binary file not shown.
28 changes: 15 additions & 13 deletions modules_footer.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,23 @@
</div>

<div id="left">
<div class="nav_heading">
{$LANG.phrase_module_nav}
</div>
<div id="module_nav">
{ft_include file="module_menu.tpl"}
</div>
{if !$hide_nav_menu}
<div class="nav_heading">
{$LANG.phrase_module_nav}
</div>
<div id="module_nav">
{ft_include file="module_menu.tpl"}
</div>

<br />
<br />

<div class="nav_heading">
{$LANG.phrase_main_nav}
</div>
<div id="main_nav">
{ft_include file="menu.tpl"}
</div>
<div class="nav_heading">
{$LANG.phrase_main_nav}
</div>
<div id="main_nav">
{ft_include file="menu.tpl"}
</div>
{/if}
</div>
</div>

Expand Down
6 changes: 4 additions & 2 deletions modules_header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@
<body class="module_pages">
<div id="container">
<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>
<div id="header">
{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}
</div>
<div id="header_row">
<div id="left_nav_top">
{if $account.is_logged_in}
{if !$hide_header_bar && $account.is_logged_in}
{if $settings.release_type == "alpha"}
<b>{$settings.program_version}-alpha-{$settings.release_date}</b>
{elseif $settings.release_type == "beta"}
Expand Down
9 changes: 1 addition & 8 deletions theme_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"css/views.css",
"css/widgets.css",
"footer.tpl",
"forget_password.tpl",
"header.tpl",
"images/",
"images/account_section_bg.jpg",
Expand Down Expand Up @@ -103,15 +102,9 @@
"images/utilities.png",
"images/utilities_small.png",
"images/view.png",
"index.tpl",
"menu.tpl",
"messages.tpl",
"module_menu.tpl",
"modules_footer.tpl",
"modules_header.tpl",
"scripts/",
"scripts/jquery-ui-1.8.14.custom.min.js",
"tabset_close.tpl",
"tabset_open.tpl",
"theme_config.php"
);
);

0 comments on commit ebbf4a6

Please sign in to comment.