Results 1 to 10 of 14

Thread: Black Template on Vshare 2.7

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2009
    Posts
    21

    Default

    File to edit ; inc/class.css.php

    Find ;

    $valid_css = array(
    'default' , 'black'

    Change to ;

    $valid_css = array(
    'black'

  2. #2

    Default

    Quote Originally Posted by trunk View Post
    File to edit ; inc/class.css.php

    Find ;

    $valid_css = array(
    'default' , 'black'

    Change to ;

    $valid_css = array(
    'black'
    I actually took out the 'default' altogether. Didn't matter how many times I changed the:

    $valid_css = array(
    'default''

    It still didn't change the template styling. So I just took out the default in

    $valid_css = array(
    'default' , 'black'

    completely and it stayed.

    NWN

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •