0

The question is the title.

Examples are like Vanilla Forums or WordPress, which the same user can create customized themes or choose a themes among hundreds.

I find nothing related, what I wonder is a small code to know how to choose the topic you want to occupy.

AlexMart
  • 43
  • 1
  • 8
  • So, you want to know how/what backend capabilities exist to help change front-end design? – Adib Apr 25 '16 at 22:05
  • @Adib Hello, i need know the "How". – AlexMart Apr 25 '16 at 22:14
  • What you're basically doing is building sites based on a user's pre-defined inputs. You save that data in the database, and you create a custom CSS file for each user. Here's an example: http://stackoverflow.com/questions/13201451/how-to-use-css-style-in-php – Adib Apr 25 '16 at 22:17
  • Apparently this is not what I need know. – AlexMart Apr 25 '16 at 22:21

1 Answers1

1

If I understand the question correctly, you would want to load a different CSS file for every theme. Maybe this can help Dynamically loading an external JavaScript or CSS file

j4ck4ll
  • 41
  • 4