## The relative URL path to the logo. Make sure you change this from the default,
## or else you'll overwrite your logo when you upgrade!
-$wgLogo = "$wgStylePath/common/images/wiki_logo_proto.png";
+$wgLogo = "$wgStylePath/common/images/wiki_logo_with_text.png";
## UPO means: this is also a user preference option
## Default skin: you can change the default skin. Use the internal symbolic
## names, ie 'vector', 'monobook':
-$wgDefaultSkin = 'vector';
+$wgDefaultSkin = 'planteome';
## For attaching licensing metadata to pages, and displaying an
## appropriate copyright notice / icon. GNU Free Documentation
include("$IP/extensions/SimpleForms/SimpleForms.php");
$sfgAutocompletionURLs['remote_species'] = 'http://palea.cgrb.oregonstate.edu/AnnoWiki/prototyping/remote_autocomplete.php?q=<substr>';
+$sfgAutocompletionURLs['remote_PO_terms'] = 'http://dev.planteome.org/w/prototyping/TermSearch_JSON.php?user=paw&type=autocomplete&field=name&qval=<substr>&format=json&max=20';
$sfgAutocompleteOnAllChars = false;
# END: Justin Preece - Semantic Bundle (SMW and other extensions)
$wgHiddenPrefs[] = 'skin';
$wgUseAjax = true;
include("$IP/extensions/SimpleForms/SimpleForms.php");
+
require_once( "$IP/extensions/ParserFunctions/ParserFunctions.php" );
$wgPFEnableStringFunctions = true;
+require_once( "$IP/extensions/Variables/Variables.php" );
+require_once( "$IP/extensions/Loops/Loops.php" );
+
# END 04/04/11: Justin Preece - Add'l Extensions
# BEGIN 02/22/11: Justin Preece - Semantic Bundle (SMW and other extensions)
require_once( "$IP/extensions/semantic-bundle/SemanticBundle.php" );
$sfgAutocompletionURLs['remote_species'] = 'http://palea.cgrb.oregonstate.edu/AnnoWiki/prototyping/remote_autocomplete.php?q=<substr>';
+$sfgAutocompletionURLs['remote_PO_terms'] = 'http://proto.planteome.org/w/prototyping/TermSearch_JSON.php?user=paw&type=autocomplete&field=name&qval=<substr>&format=json&max=20';
$sfgAutocompleteOnAllChars = false;
# END 02/22/11: Justin Preece - Semantic Bundle (SMW and other extensions)