Skip to Content

Symfony Template Demo

In order to use this template demo, there are sections of the site that you need to set as on, off or set a value. This can be done by passing the details in as part of the URL. An example of the URL with everything set to display is https://templates.scu.edu.au/?title=Test%20Application&top_bar=true&logo=true&menu=true&search=true&foot_grey_1=true&foot_grey_2=true&foot_grey_3=true&foot_blue=true

Usage

The defferent versions of the template have different parts that are editable. Some you can change from true to false to hide and some you can add content rather than just a true or false.

2.x (Initial T4 Layout)
The following variables are available for release 2.x:

  • title - Appears in the title bar at the top of the screen with " - Southern Cross University" after it.
  • top_bar - Setting as false will remove the grey bar at the top of the screen.
  • logo - Setting as false will remove the main logo in the top left.
  • menu - Setting this as false will remove the main menu.
  • search - Setting this as false will hide the search box in the top right. Setting this as something else will place that text in place of it.
  • foot_grey_1 - Setting this as false will hide the bar that currently contains the first part of the footer. In an app, this would either be hidden or content would be added to this section to make a section of footer.
  • foot_grey_2 - Same as foot_grey_1.
  • foot_grey_3 - Setting as false will hide the bottom grey footer section.
  • foot_blue - Setting as false will hide the blue bar at the bottom of the footer.

1.x (Websys Layout)
The following variables are available for release 1.x:

  • title - Appears in the title bar at the top of the screen with " - Southern Cross University" after it.
  • search - Setting this as anything but true or false will result in the text being shown in the top right of the header. This would normally be the name of the application.