Changeset 2513 for trunk/template/yoga
- Timestamp:
- Sep 9, 2008, 11:53:31 AM (16 years ago)
- Location:
- trunk/template/yoga
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/index.tpl
r2352 r2513 11 11 <select onchange="document.location = this.options[this.selectedIndex].value;"> 12 12 {foreach from=$image_orders item=image_order } 13 <option value="{$image_order.URL}"{if $image_order.SELECTED} selected="selected"{/if} }>{$image_order.DISPLAY}</option>13 <option value="{$image_order.URL}"{if $image_order.SELECTED} selected="selected"{/if}>{$image_order.DISPLAY}</option> 14 14 {/foreach} 15 15 </select> -
trunk/template/yoga/theme/Sylvia/themeconf.inc.php
r2506 r2513 3 3 'template' => 'yoga', 4 4 'theme' => 'Sylvia', 5 'template_dir' => 'template/yoga',6 5 'icon_dir' => 'template/yoga/icon', 7 6 'admin_icon_dir' => 'template/yoga/icon/admin', 8 7 'mime_icon_dir' => 'template/yoga/icon/mimetypes/', 9 'local_head' => ' <!-- no theme specific head content -->',8 'local_head' => '', 10 9 ); 11 10 ?> -
trunk/template/yoga/theme/clear/themeconf.inc.php
r1912 r2513 3 3 'template' => 'yoga', 4 4 'theme' => 'clear', 5 'template_dir' => 'template/yoga',6 5 'icon_dir' => 'template/yoga/icon', 7 6 'admin_icon_dir' => 'template/yoga/icon/admin', 8 7 'mime_icon_dir' => 'template/yoga/icon/mimetypes/', 9 'local_head' => ' <!-- no theme specific head content -->',8 'local_head' => '', 10 9 ); 11 10 ?> -
trunk/template/yoga/theme/dark/themeconf.inc.php
r1912 r2513 3 3 'template' => 'yoga', 4 4 'theme' => 'dark', 5 'template_dir' => 'template/yoga',6 5 'icon_dir' => 'template/yoga/icon', 7 6 'admin_icon_dir' => 'template/yoga/icon/admin', 8 7 'mime_icon_dir' => 'template/yoga/icon/mimetypes/', 9 'local_head' => ' <!-- no theme specific head content -->',8 'local_head' => '', 10 9 ); 11 10 ?> -
trunk/template/yoga/theme/p0w0/themeconf.inc.php
r1912 r2513 3 3 'template' => 'yoga', 4 4 'theme' => 'p0w0', 5 'template_dir' => 'template/yoga',6 5 'icon_dir' => 'template/yoga/icon', 7 6 'admin_icon_dir' => 'template/yoga/icon/admin', 8 7 'mime_icon_dir' => 'template/yoga/icon/mimetypes/', 9 'local_head' => ' <!-- no theme specific head content -->',8 'local_head' => '', 10 9 ); 11 10 ?> -
trunk/template/yoga/theme/wipi/themeconf.inc.php
r1912 r2513 3 3 'template' => 'yoga', 4 4 'theme' => 'wipi', 5 'template_dir' => 'template/yoga',6 5 'icon_dir' => 'template/yoga/icon', 7 6 'admin_icon_dir' => 'template/yoga/icon/admin', 8 7 'mime_icon_dir' => 'template/yoga/icon/mimetypes/', 9 'local_head' => ' <!-- no theme specific head content -->',8 'local_head' => '', 10 9 ); 11 10 if ( !isset($lang['Theme: wipi']) )
Note: See TracChangeset
for help on using the changeset viewer.