lets say i have a PHP file (template, i know it wouldnt work in its current state) with the following (simplified version of the templates im trying to make this work with)
Code: Select all
<?php
%header%
%start_text%
%video%
%rssfeed%
%footer%
?>but what if the user doesnt want them in that order? what if they want to switch %video% and %rssfeed% around?
How would i go about giving the user the option to edit those?
~Daniel