summaryrefslogtreecommitdiffstats
path: root/nbproject
diff options
context:
space:
mode:
authorJames L Parry <jim_parry@bcit.ca>2014-10-28 23:28:27 +0100
committerJames L Parry <jim_parry@bcit.ca>2014-10-28 23:28:27 +0100
commitf7c8ea2dafc9c007c5363ed33e323344bee18944 (patch)
treee50733aa183adb655fade91cd180a0a9d1508f04 /nbproject
parent4b838af40d77684539dd40461bd92e6e453fe675 (diff)
Revert to default sphinx theme
Remove dependency on EllisLab corporate theme - that is not appropriate for us. Reverted to default Sphinx theme, with a couple of options, which have the side-effect of adding back document tree navigation (next/previous) and collapsible menu (albeit a sidebar not a top one). Closes #2605 and closes #2354, for now. This is not a proper styling - that is a separate issue! Signed-off-by:James L Parry <jim_parry@bcit.ca>
Diffstat (limited to 'nbproject')
-rw-r--r--nbproject/project.properties7
-rw-r--r--nbproject/project.xml9
2 files changed, 16 insertions, 0 deletions
diff --git a/nbproject/project.properties b/nbproject/project.properties
new file mode 100644
index 000000000..d37ef9563
--- /dev/null
+++ b/nbproject/project.properties
@@ -0,0 +1,7 @@
+include.path=${php.global.include.path}
+php.version=PHP_54
+source.encoding=UTF-8
+src.dir=.
+tags.asp=false
+tags.short=false
+web.root=.
diff --git a/nbproject/project.xml b/nbproject/project.xml
new file mode 100644
index 000000000..f22df53c2
--- /dev/null
+++ b/nbproject/project.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://www.netbeans.org/ns/project/1">
+ <type>org.netbeans.modules.php.project</type>
+ <configuration>
+ <data xmlns="http://www.netbeans.org/ns/php-project/1">
+ <name>CodeIgniter</name>
+ </data>
+ </configuration>
+</project>