echo $this->_tpl_vars['LANG']['phrase_administrator_theme'];
?>
</td>
        <td><?php 
echo smarty_function_themes_dropdown(array('name_id' => 'admin_theme', 'default' => $this->_tpl_vars['admin_theme']), $this);
?>
</td>
      </tr>
      <tr>
        <td><?php 
echo $this->_tpl_vars['LANG']['phrase_default_client_account_theme'];
?>
</td>
        <td>
          <?php 
echo smarty_function_themes_dropdown(array('name_id' => 'default_client_theme', 'default' => $this->_tpl_vars['client_theme']), $this);
?>

          <span class="medium_grey"><?php 
echo $this->_tpl_vars['LANG']['text_also_default_login_page_theme'];
?>
</span>
        </td>
      </tr>
      </table>

      <?php 
if (count($this->_tpl_vars['themes']) == 0) {
    ?>
        <div><?php 
    echo $this->_tpl_vars['LANG']['text_no_themes'];
      <td class="pad_left"><?php 
echo $this->_tpl_vars['LANG']['word_email'];
?>
</td>
      <td><input type="text" name="email" value="<?php 
echo $this->_tpl_vars['admin_info']['email'];
?>
" size="50" /></td>
    </tr>
    <tr>
      <td class="pad_left"><?php 
echo $this->_tpl_vars['LANG']['word_theme'];
?>
</td>
      <td><?php 
echo smarty_function_themes_dropdown(array('name_id' => 'theme', 'default' => $this->_tpl_vars['admin_info']['theme'], 'default_swatch' => $this->_tpl_vars['admin_info']['swatch']), $this);
?>
</td>
    </tr>
    <tr>
      <td class="pad_left"><?php 
echo $this->_tpl_vars['LANG']['phrase_login_page'];
?>
</td>
      <td><?php 
echo smarty_function_pages_dropdown(array('menu_type' => 'admin', 'name_id' => 'login_page', 'default' => $this->_tpl_vars['admin_info']['login_page'], 'omit_pages' => "custom_url,logout"), $this);
?>
</td>
    </tr>
    <tr>
      <td class="pad_left"><?php 
" /></td>
      <td class="check_area" align="center"><input type="checkbox" name="clients_may_edit_footer_text" <?php 
if ($this->_tpl_vars['settings']['clients_may_edit_footer_text'] == 'yes') {
    ?>
checked="checked"<?php 
}
?>
 /></td>
    </tr>
    <tr>
      <td class="pad_left_small"><?php 
echo $this->_tpl_vars['LANG']['phrase_default_theme'];
?>
</td>
      <td><?php 
echo smarty_function_themes_dropdown(array('name_id' => 'default_theme', 'default' => $this->_tpl_vars['settings']['default_theme'], 'default_swatch' => $this->_tpl_vars['settings']['default_client_swatch']), $this);
?>
</td>
      <td class="check_area" align="center"><input type="checkbox" name="clients_may_edit_theme" <?php 
if ($this->_tpl_vars['settings']['clients_may_edit_theme'] == 'yes') {
    ?>
checked="checked"<?php 
}
?>
 /></td>
    </tr>
    <tr>
      <td class="pad_left_small"><?php 
echo $this->_tpl_vars['LANG']['phrase_default_menu'];
?>
</td>