Responsive Layout

38 views
Skip to first unread message

Anderson Florencio

unread,
Jan 12, 2016, 12:08:28 PM1/12/16
to ZnetDK
Hello Pascal, is there the idea of implementing a responsive layout in a future release?

Pascal Martinez

unread,
Jan 17, 2016, 5:11:37 PM1/17/16
to ZnetDK
Hello Anderson,

I don't plan to release in a short term a full responsive layout.

However, you can create your own responsive layout from the custom.php layout delivered with ZnetDK :


1. Copy the /engine/core/layout/custom.php script into the ./app/layout/ directory of your application.
2. Replace the Html code of the page by your responsive grid (bootstrap, 960 grid, ...). The image below would help you to set up your layout:
 


3. Activate the custom layout in the config.php script of your application: 
/** Page layout choosen for the application.
 *  @return 'classic'|'office'|'custom' Name of the layout used by the application.
 */

define
('CFG_PAGE_LAYOUT','custom');

The third demo of ZnetDK available at www.demo3.znetdk.fr was developed from the custom layout.

Hoping these informations will help you.

Pascal  MARTINEZ

  
Reply all
Reply to author
Forward
0 new messages