Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • create script folder based on abbreviation in conference settings.
  • create includes folder in public/includes based on abbreviation

CORE Directory

Contents

public/includes/conf_abbr

Support files, documents, CSS, icons, pictures, javascript
For TNC2011 links should be to /includes/tnc2011/css/... etc

application/modules/web/views/scripts

Page templates (.phtml)
Not possible to add stuff on the fly, the logic to render these is inside CORE

Code Block

$ cp -r application/layouts/scripts/tnc2012 application/layouts/scripts/chrisdev
$ cp -r public/includes/tnc2012 public/includes/chrisdev
  • for mass emails create files: abbreviation-<action>.phtml - eg:
    Code Block
    chrisdev-reviewers.phtml

...