Bump.
For returning to the default color you might only need to flush the site cache in the admin section after you changed the color back in the css file.
With the gradient you might need to test if it works after you made the corresponding change. You need to flush the cache again (or temporarily disable the cache while you do the testing).
Thanks!
@El
Thanks for the info, but I'm still a little confused about what you're trying to say. Once again, I'm pretty new at this stuff.
Hmmmmm.. Some thing strange is MOKEYING inside me :).. Well i only mean the you need to specify the right path for your start.php
Step 1
Write
echo dirname(__FILE__);exit;
after the
<?php
in start.php
Step 2
run elgg
Now you will see only one line output.. that is path to your start.php
Setp 3
Now copy it...
Setp 4
in the file for non elgg page..
write
require_once(COPIED_STUFF_HERE . "/engine/start.php");
gatekeeper();
Step 5
Undo the STEP 1
Hope this helps
Thanks.. :)
It appears to be good so far, so thanks!
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.