Skip to content

Commit

Permalink
Spelling Error Fix 11/24/2022 10:17 pm Ernest Allen Buffington
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestbuffington committed Nov 25, 2022
1 parent 1d213ab commit 3237a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/Titanium_Core/theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@
echo "<!-- Setting THEME Menu Text to ".$digits_color." in themes/".$theme_name."/theme.php -->\n";

$fieldset_border_width = '1px';
echo "<!-- Setting THEME filedset border width to ".$fieldset_border_width." in themes/".$theme_name."/theme.php -->\n";
echo "<!-- Setting THEME fieldset border width to ".$fieldset_border_width." in themes/".$theme_name."/theme.php -->\n";

$fieldset_color = '#4e4e4e';
echo "<!-- Setting THEME filedset color to ".$fieldset_color." in themes/".$theme_name."/theme.php -->\n";
echo "<!-- Setting THEME fieldset color to ".$fieldset_color." in themes/".$theme_name."/theme.php -->\n";

$define_theme_xtreme_209e = false;
echo "<!-- Setting THEME Xtreme Conversion to FALSE in themes/".$theme_name."/theme.php -->\n";
Expand Down

0 comments on commit 3237a72

Please sign in to comment.