View Single Post
  #2  
Old 14th July 2009, 18:12
LANDSER LANDSER is offline
Member
 
Join Date: May 2008
Posts: 9
Smile
Quote:
Originally Posted by pee4a View Post
How to install theme for this source ?

Tbdev Official Modded Version (BigJoos)


1 in include/cache/stylesheets.php
Code:
<?php

/////////////////////////////////////////////////////////////
/////////////////////// DO NOT EDIT! ///////////////////////
////////////// File Automatically Generated //////////////
/////////////////////////////////////////////////////////

$stylesheets    =    array (
                    array (
                            'id'            =>    '1',
                            'uri'            =>    'darkblue',
                            'name'            =>    '(darkblue)'
                    ),
                    array (
                            'id'            =>    '2',
                            'uri'            =>    'large',
                            'name'            =>    'Large text'
                    ),
                    array (
                            'id'            =>    '3',
                            'uri'            =>    'dotBlue',
                            'name'            =>    'dotBlue'
                    ),
                    array (
                            'id'            =>    '4',
                            'uri'            =>    'NB-Revolt',
                            'name'            =>    'NB-Revolt'
                    ),
                    array (
                            'id'            =>    '5',
                            'uri'            =>    'default',
                            'name'            =>    'default'
                    ),
                    array (
                            'id'            =>    '6',
                            'uri'            =>    'aoi',
                            'name'            =>    'Aoi'
                    ),
                    array (
                            'id'            =>    '7',
                            'uri'            =>    'TheWall',
                            'name'            =>    'TheWall'
                    ),
                    array (
                            'id'            =>    '8',
                            'uri'            =>    'LightBlue',
                            'name'            =>    'LightBlue'
                    ),
                   array (
                            'id'            =>    '9',
                            'uri'            =>    'xtreme',
                            'name'            =>    'xtreme'
                    )
);
?>
2. open your phpmyadmin and import sql file:

Code:
-- Dumping data for table `stylesheets`
--

INSERT INTO `stylesheets` (`id`, `uri`, `name`) VALUES
(9, 'xtreme', 'xtreme');
3 put your folder theme(name of you theme folder) in your root themes
That is all

Last edited by LANDSER; 4th August 2009 at 15:28.
Reply With Quote