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.
- Team Webgalli@webgalli

Team Webgalli - 0 likes
- bouguima@bouguima001

bouguima - 0 likes
- ihayredinov@ihayredinov

ihayredinov - 0 likes
- bouguima@bouguima001

bouguima - 0 likes
- ihayredinov@ihayredinov

ihayredinov - 0 likes
- bouguima@bouguima001

bouguima - 0 likes
You must log in to post replies.See http://docs.elgg.org/wiki/Engine/Views#Extending_views
By this way you can extend any elgg views (css / js / object / widget / forms) etc.
Great thanks for your response :) but it doesn't work i have a file located in views\default\css\components-2.php
i have do like this
elgg_extend_view('css', 'css/components-2');
but i show that some css style desapear only existing css in the new file "components-2.php" are taken
The view you need to extend is "css/elgg"
ok i'll do it now
Make sure to run upgrade.php if you have simplecache enabled.
Great thanks it work now