https://elgg.org/discussion/view/844566/move-the-search-box (how to move search bar from header to sidebar)
I want to move the search bar which is in the sidebar to the header please, i found the opposite in a search (link above), i use aalborg theme.
How do i do this please ?
thank you
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.
i got it thank you, <!-- didn't work so i used */
thank you !!
There are two ways to add comments in PHP. See http://php.net/manual/en/language.basic-syntax.comments.php. /* (and for closing */) is mainly used for comments longer than a single line. With // you can make a single line comment, i.e. everything in the line after // gets ignored. "Commenting out" just means that you make a certain part of code (1 line or several lines) a comment, e.g. by adding // at the beginning of these lines of codes and this code then gets ignored.
- Previous
- 1
- 2
- Next
You must log in to post replies.