diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-01-30 16:41:46 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-01-30 16:41:46 +0000 |
| commit | 6245afb44a65fa0a6ea5756b90e46d14d95a4661 (patch) | |
| tree | ced962fd9875e131857fd8e57b68f5e6c524ad4b /templates/edit_pigeonholes.tpl | |
| parent | f080097541a59934a82fa0844ec83e80f72819da (diff) | |
| download | pigeonholes-6245afb44a65fa0a6ea5756b90e46d14d95a4661.tar.gz pigeonholes-6245afb44a65fa0a6ea5756b90e46d14d95a4661.tar.bz2 pigeonholes-6245afb44a65fa0a6ea5756b90e46d14d95a4661.zip | |
use content preferences instead of pigeonhole_settings table
Diffstat (limited to 'templates/edit_pigeonholes.tpl')
| -rw-r--r-- | templates/edit_pigeonholes.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit_pigeonholes.tpl b/templates/edit_pigeonholes.tpl index 4eb6fa2..833358a 100644 --- a/templates/edit_pigeonholes.tpl +++ b/templates/edit_pigeonholes.tpl @@ -45,7 +45,7 @@ <div class="row"> {formlabel label="Theme" for="pigeonhole-style"} {forminput} - {html_options id="pigeonhole-style" name="pigeonhole[settings][style]" output=$styles values=$styles selected=$pigeonInfo.settings.style} + {html_options id="pigeonhole-style" name="pigeonhole[settings][style]" output=$styles values=$styles selected=$gContent->mPrefs.style} {formhelp note="This theme will be applied when viewing any page belonging to this category."} {/forminput} </div> |
