change field_*.tpl to * in some missed templates
This commit is contained in:
parent
685a677bc9
commit
f0bc8aa1dc
9 changed files with 47 additions and 37 deletions
|
|
@ -65,7 +65,6 @@ function dispy_form(&$a, $font_size, $line_height, $colour) {
|
|||
'dark' => 'dark',
|
||||
);
|
||||
|
||||
//$t = file_get_contents( dirname(__file__). "/theme_settings.tpl" );
|
||||
$t = get_markup_template("theme_settings.tpl" );
|
||||
|
||||
$includes = array(
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{{include file="field_select.tpl" field=$colour}}
|
||||
{{include file="file:{{$field_select}}" field=$colour}}
|
||||
|
||||
{{include file="field_select.tpl" field=$font_size}}
|
||||
{{include file="file:{{$field_select}}" field=$font_size}}
|
||||
|
||||
{{include file="field_select.tpl" field=$line_height}}
|
||||
{{include file="file:{{$field_select}}" field=$line_height}}
|
||||
|
||||
<div class="settings-submit-wrapper">
|
||||
<input type="submit" value="{{$submit}}" class="settings-submit" name="dispy-settings-submit" />
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{{inc field_select.tpl with $field=$colour}}{{endinc}}
|
||||
{{inc $field_select with $field=$colour}}{{endinc}}
|
||||
|
||||
{{inc field_select.tpl with $field=$font_size}}{{endinc}}
|
||||
{{inc $field_select with $field=$font_size}}{{endinc}}
|
||||
|
||||
{{inc field_select.tpl with $field=$line_height}}{{endinc}}
|
||||
{{inc $field_select with $field=$line_height}}{{endinc}}
|
||||
|
||||
<div class="settings-submit-wrapper">
|
||||
<input type="submit" value="$submit" class="settings-submit" name="dispy-settings-submit" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue