Skip to content

Commit

Permalink
2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeen committed Jan 28, 2018
1 parent c1750ef commit b43d959
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.4";
$theme_version = "2.0.5";
$theme_uses_swatches = "no";
8 changes: 4 additions & 4 deletions modules_header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
{literal}}{/literal};
//]]>
</script>
<link type="text/css" rel="stylesheet" href="{$g_root_url}/global/css/main.css?v=2_1_0">
<link type="text/css" rel="stylesheet" href="{$theme_url}/css/styles.css?v=2_1_0">
<link type="text/css" rel="stylesheet" href="{$g_root_url}/global/css/main.css?v=3_0_0">
<link type="text/css" rel="stylesheet" href="{$theme_url}/css/styles.css?v=3_0_0">
<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>
{css_files files=$css_files module_folder=$module_folder root_url=$g_root_url}
{js_files files=$js_files module_folder=$module_folder root_url=$g_root_url}
Expand Down

0 comments on commit b43d959

Please sign in to comment.