Skip to content

Commit

Permalink
2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeen committed Dec 31, 2017
1 parent ebbf4a6 commit c1750ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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 = "ben.keen@gmail.com";
$theme_link = "https://themes.formtools.org";
$theme_description = "A remodelling of the old grey-styled Form Tools 1.x theme.";
$theme_version = "2.0.3";
$theme_version = "2.0.4";
$theme_uses_swatches = "no";
8 changes: 4 additions & 4 deletions header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<link href="{$theme_url}/css/smoothness/jquery-ui-1.8.14.custom.css" rel="stylesheet" type="text/css"/>
<script src="{$g_root_url}/global/scripts/jquery.js"></script>
<script src="{$theme_url}/scripts/jquery-ui-1.8.14.custom.min.js"></script>
<script src="{$g_root_url}/global/scripts/general.js?v=2_1_0"></script>
<script src="{$g_root_url}/global/scripts/rsv.js?v=2_1_0"></script>
<script src="{$g_root_url}/global/scripts/general.js?v=3_0_0"></script>
<script src="{$g_root_url}/global/scripts/rsv.js?v=3_0_0"></script>
{$head_string}
{$head_js}
{$head_css}
Expand All @@ -31,10 +31,10 @@
<body>
<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)}<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)}</a>{/if}</div>
<div id="header_row">
<div id="left_nav_top">
{if $is_logged_in}
{if $is_logged_in && isset($settings.program_version)}
{if $settings.release_type == "alpha"}
<b>{$settings.program_version}-alpha-{$settings.release_date}</b>
{elseif $settings.release_type == "beta"}
Expand Down

0 comments on commit c1750ef

Please sign in to comment.