aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/Desktop/Notebooks/form.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-12-08 19:32:48 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-12-08 19:32:48 +0000
commit1e4bad327bab16b10c1fe344b9c1f8d7194f41ec (patch)
tree18088666be1a2cf6b74699764a0f5e9ec17e649f /h-source/Application/Views/Desktop/Notebooks/form.php
parenta1d2d486dc66ef10e8a26249e598eaf0670b2c9b (diff)
change content-type of RSS
Diffstat (limited to 'h-source/Application/Views/Desktop/Notebooks/form.php')
-rw-r--r--h-source/Application/Views/Desktop/Notebooks/form.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/Desktop/Notebooks/form.php b/h-source/Application/Views/Desktop/Notebooks/form.php
index 4a661b1..5743281 100644
--- a/h-source/Application/Views/Desktop/Notebooks/form.php
+++ b/h-source/Application/Views/Desktop/Notebooks/form.php
@@ -77,7 +77,7 @@
<div class="form_entry td_with_distribution_checkboxes">
<div class="entry_label"><?php echo gtext("GNU/Linux distribution used for the test");?>: <b>*</b></div>
- <?php include(ROOT . DS . APPLICATION_PATH . DS . 'Views' . DS . 'noscript_distributions.php');?>
+ <?php include(ROOT . DS . APPLICATION_PATH . DS . 'Views' . DS . Params::$viewSubfolder. DS . 'noscript_distributions.php');?>
<?php echo Html_Form::input('distribution',$values['distribution'],'input_entry input_distribution');?>
<?php echo Distributions::getFormHtml();?>
</div>