Advertisement
Guest User

themechanger.tpl для simpla

a guest
Jul 18th, 2012
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Smarty 0.46 KB | None | 0 0
  1. <div style="width:100%; height:26px; background-color:#000; color:#FFF; position: fixed;">
  2. <form method="post" id="ThemeChanger" >
  3. <input type=hidden name="action" value="set_main_theme">
  4. <select name="theme">';
  5. {foreach $themes as $th}
  6. <option value="{$th->name}" {if ($th->name == $theme->name)}selected{/if} >{$th->name}</option>
  7. {/foreach}
  8. </select>
  9. <input type="submit" value="Сменить тему" onClick="window.location.reload();" />
  10. </form>
  11. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement