Welcome Guest, Not a member yet? Register   Sign In
[Solved] Codeigniter form to find theme and update save.
#6

[eluser]riwakawd[/eluser]
[quote author="InsiteFX" date="1397999555"]If you can get the theme name then you can use this to set the name in the config.
Code:
$this->config->set_item('item_name', 'item_value');
[/quote]

On My settings.tpl
Code:
<select name="config_template">
&lt;?php if ($template == $config_template) { ?&gt;
<option value="&lt;?php echo $template; ?&gt;" selected="selected">&lt;?php echo $template; ?&gt;</option>
&lt;?php } else { ?&gt;
<option value="&lt;?php echo $template; ?&gt;">&lt;?php echo $template; ?&gt;</option>
&lt;?php } ?&gt;
</select>

Not know what to add to controller yet to be able to find theme.


Messages In This Thread
[Solved] Codeigniter form to find theme and update save. - by El Forum - 04-20-2014, 06:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB