~marcoceppi/apturlredirector/php5oop

« back to all changes in this revision

Viewing changes to apps/landing/route.php

  • Committer: Marco Ceppi
  • Date: 2011-02-03 05:25:36 UTC
  • Revision ID: marco.ceppi@seacrow.org-20110203052536-7ltesdyyki3359rc
Added parameter and moved code to show "Please wait" page.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
        
18
18
        $template->assign('JS_FILES', array());
19
19
        $template->assign('CSS_FILES', array('main.css'));
 
20
        $template->assign('PROTOTYPE', true);
20
21
        
21
22
        $template->assign('SOFTWARE_TEXT', __('Ubuntu Software Center'));
22
23
        $template->assign('WEB_TEXT', __('Web Linking'));