Dear all
This is my first time to post here, i'm also new to elgg development.
i know we can use
$body = elgg_view_layout('one_column', array('content' =>$content))
but
it is only valid for 1 page, how to make all pages using one_column?
Cheers
Davi
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.
- Nikolai Shcherbin@rivervanrain

Nikolai Shcherbin - 0 likes
- Davi Leung@daviLeung

Davi Leung - 0 likes
You must log in to post replies.You need make your own plugin.
Read it http://docs.elgg.org/wiki/Plugin_skeleton
Create new file named content.php
Copy all code from one_column.php and add it in content.php
All files in views\default\page\layouts\
Thanks very much!!!!!