Browse Source

bug fixes

Victor De la Rocha 15 years ago
parent
commit
b10b903c52
1 changed files with 3 additions and 3 deletions
  1. 3 3
      admin/themes/admin/install.htm

+ 3 - 3
admin/themes/admin/install.htm View File

@@ -16,7 +16,7 @@
16 16
 	</div>
17 17
 
18 18
 	<div id="main">
19
-	{if {$showForm}}
19
+	{if $showForm}
20 20
 		<div class="box">
21 21
 			<ul class="menu manage">
22 22
 			<h3>gelato :: installation</h3>
@@ -72,7 +72,7 @@
72 72
 							</li>
73 73
 							<li><label for="template">Template:</label>
74 74
 								<select id="template" name="template">
75
-									{block {$themes} as {$theme}}
75
+									{block $themes as $theme}
76 76
 										<option value="{$theme}">{$theme}</option>
77 77
 									{/block}
78 78
 								</select>
@@ -165,4 +165,4 @@
165 165
 	</div>
166 166
 </div>
167 167
 </body>
168
-</html>
168
+</html>