Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Chris-Pettyjohn.cu.cc [Customly Coded]
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Sean" data-source="post: 212875" data-attributes="member: 10142"><p>I mean have a folder per differnet theme so if you had this:</p><p>Folders</p><p>--> themes</p><p>------> Bootstrap</p><p>------> Default</p><p>------> Test</p><p> </p><p>And then in config, it would be $theme = "bootstrap";</p><p> </p><p>you could just do</p><p> </p><p><link rel="stylesheet" type="text/css" href="themes/<?php echo $theme; ?>/main.css"></p><p> </p><p>and that would then link what ever theme you have selected in the config.</p></blockquote><p></p>
[QUOTE="Sean, post: 212875, member: 10142"] I mean have a folder per differnet theme so if you had this: Folders --> themes ------> Bootstrap ------> Default ------> Test And then in config, it would be $theme = "bootstrap"; you could just do <link rel="stylesheet" type="text/css" href="themes/<?php echo $theme; ?>/main.css"> and that would then link what ever theme you have selected in the config. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Chris-Pettyjohn.cu.cc [Customly Coded]
Top