| 1 |
name = NRebuild
|
| 2 |
description = [EN] Table-based multi-column extended theme (for Web developers).<br />Work with PHP5 (PHP4 - with no waranty).<br />Copyright © 2009 <a href="http://lynxlab.net" title="Open Lynxlab project (in a new window)" target="_blank">Lynxlab.net</a>
|
| 3 |
version = 1.4.4
|
| 4 |
core = 6.x
|
| 5 |
engine = phptemplate
|
| 6 |
php = 4.3.0
|
| 7 |
;
|
| 8 |
; [EN] Remove excess styles (instead of them being used nx-style.css):
|
| 9 |
;
|
| 10 |
stylesheets[all][] = admin-rtl.css
|
| 11 |
stylesheets[all][] = defaults.css
|
| 12 |
stylesheets[all][] = defaults-rtl.css
|
| 13 |
stylesheets[all][] = maintenance.css
|
| 14 |
stylesheets[all][] = system.css
|
| 15 |
stylesheets[all][] = system-rtl.css
|
| 16 |
stylesheets[all][] = system-menus.css
|
| 17 |
stylesheets[all][] = system-menus-rtl.css
|
| 18 |
stylesheets[all][] = user.css
|
| 19 |
stylesheets[all][] = user-rtl.css
|
| 20 |
stylesheets[all][] = node.css
|
| 21 |
stylesheets[all][] = node-rtl.css
|
| 22 |
stylesheets[all][] = dblog.css
|
| 23 |
stylesheets[all][] = dblog-rtl.css
|
| 24 |
stylesheets[all][] = block.css
|
| 25 |
stylesheets[all][] = comment.css
|
| 26 |
;
|
| 27 |
; [EN] Add own styles:
|
| 28 |
;
|
| 29 |
stylesheets[all][] = nx-style.css
|
| 30 |
stylesheets[all][] = nx-menus.css
|
| 31 |
stylesheets[all][] = admin.css
|
| 32 |
;
|
| 33 |
; [EN] Scripts:
|
| 34 |
;
|
| 35 |
scripts[] = jquery.cookie.js
|
| 36 |
scripts[] = nx-collapse.js
|
| 37 |
scripts[] = script.js
|
| 38 |
;
|
| 39 |
; [EN] Features
|
| 40 |
;
|
| 41 |
features[] = logo
|
| 42 |
features[] = name
|
| 43 |
;features[] = slogan
|
| 44 |
;features[] = mission
|
| 45 |
features[] = node_user_picture
|
| 46 |
features[] = comment_user_picture
|
| 47 |
features[] = favicon
|
| 48 |
;features[] = primary_links
|
| 49 |
;features[] = secondary_links
|
| 50 |
;
|
| 51 |
; [EN] Regions:
|
| 52 |
;
|
| 53 |
regions[before_head_column_1_region] = Before head > Column 1
|
| 54 |
regions[before_head_column_2_region] = Before head > Column 2
|
| 55 |
regions[before_head_column_3_region] = Before head > Column 3
|
| 56 |
regions[header] = Head > Column 2
|
| 57 |
regions[head_column_3_region] = Head > Column 3
|
| 58 |
regions[left] = Body > Column 1
|
| 59 |
regions[content] = Body > Column 2 (content)
|
| 60 |
regions[right] = Body > Column 3
|
| 61 |
regions[foot_column_1_region] = Foot > Column 1
|
| 62 |
regions[footer] = Foot > Column 2
|
| 63 |
regions[foot_column_3_region] = Foot > Column 3
|
| 64 |
regions[techno_bottom_region] = Techno (bottom) |