06-03-2016, 11:30 AM
One tip, that may help with compactness and readability...any place that you have <?php echo.... ?>, you can replace it with <?=$blah?> . The short tag is used throughout the UserSpice code, so you should be safe using it if UserSpice is working fine.
What is it you want embedded in the for loop? You would like to use a PHP for loop to create those script blocks? Maybe a bit of clarification on what you are trying to do would help.
What is it you want embedded in the for loop? You would like to use a PHP for loop to create those script blocks? Maybe a bit of clarification on what you are trying to do would help.