13 lines
231 B
PHP

<?php
$ind_one = "Outer fabric";
$ind_two = "Inner lining";
$ind_three = "Cuff";
$ind_four = "Closure";
$ind_five = "Sleeve (short/long)";
$ind_six = "Hood";
$ind_seven = "Pocket";
$ind_eight = "Leg";
$ind_nine = "Lower edge";
?>