Skip to content
Snippets Groups Projects
Commit 9ac9a7a5 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

Missing bracket on css; Updated readme

parent f6862d4a
No related branches found
No related tags found
No related merge requests found
......@@ -80,26 +80,6 @@ http://ucommjuhl.unl.edu/UNL_Elgg/elgg, change it!)
*******
Just run the setup.sh script. If any plugins are added, add this to the setup.sh script.
elgg https://code.elgg.org/elgg/trunk/
elgg/mod/groups https://code.elgg.org/extensions/plugins/groups
elgg/mod/notifications https://code.elgg.org/extensions/plugins/notifications
elgg/mod/profile https://code.elgg.org/extensions/plugins/profile
elgg/mod/reportedcontent https://code.elgg.org/extensions/plugins/reportedcontent
elgg/mod/riverdashboard https://code.elgg.org/extensions/plugins/riverdashboard
elgg/mod/thewire https://code.elgg.org/extensions/plugins/thewire
elgg/mod/flexprofile http://its-gforge.unl.edu/svn/unl_elgg/trunk/flexprofile_mj
elgg/mod/form http://its-gforge.unl.edu/svn/unl_elgg/trunk/plugins/form
elgg/mod/globe http://its-gforge.unl.edu/svn/unl_elgg/trunk/plugins/globe
elgg/mod/messages http://its-gforge.unl.edu/svn/unl_elgg/trunk/plugins/messages
elgg/mod/browse http://its-gforge.unl.edu/svn/unl_elgg/trunk/plugins/browse
elgg/mod/mass_mailouts http://its-gforge.unl.edu/svn/unl_elgg/trunk/plugins/mass_mailouts
elgg/mod/cas_auth_unl http://its-gforge.unl.edu/svn/unl_elgg/trunk/plugins/cas_auth_unl
elgg/mod/customindex http://its-gforge.unl.edu/svn/unl_elgg/trunk/plugins/customindex
elgg/mod/unl_theme http://its-gforge.unl.edu/svn/unl_elgg/trunk/plugins/unl_theme
elgg/featured/ http://its-gforge.unl.edu/svn/unl_huskers/trunk/
*******
** Patches
......@@ -114,5 +94,6 @@ patches/add_closing_labels.diff
*******
** Things to look out for when new versions of Elgg are released
*******
-- Look at elgg's upgrade readme and look for changes to .htaccess
-- Are there changes to /elgg/actions/login.php and /elgg/actions/logout.php ?????
We have overridden those actions with our own in the cas_auth_unl plugin
\ No newline at end of file
......@@ -18,7 +18,7 @@
//Any elements which appear differently (or only for) non-logged in users should be imported here.
if (!isloggedin()) {
echo "@import url('".$vars['url']."mod/unl_theme/css/actionNotice.php');";
echo "#actionBar #elggOption > a.switchAction {background:url('".$vars['url']."mod/unl_theme/views/default/images/loginTabSlider.png') no-repeat;";
echo "#actionBar #elggOption > a.switchAction {background:url('".$vars['url']."mod/unl_theme/views/default/images/loginTabSlider.png') no-repeat;}";
}
?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment