Skins

Can I force a blog to always use a certain skin?

Scenario:
"I would like my blog to always use a certain skin, regardless of what skin is used in the blog settings."

Solution:
You can force Nucleus to always display a blog using a particular skin by adding a line to your index.php

<?php
 
$CONF['Self'] = 'index.php';
 
include('./config.php');
 
selectBlog('blogname');
selectSkin('skinname');
selector();
 
?>

where blogname is the name of the blog you want to apply your skin to and skinname is the name of the skin you want to always use.

Further reading:

section: Skins | submitted by Leng on 2007.Mar.10 | 3400 views

item rate
Total votes: 2 - Rating: 10.00

Please tell us how useful this answer was to you (0 = useless, 10 = very very helpful):

10