~sylar-developers/sylar/dev

« back to all changes in this revision

Viewing changes to exampleApp/11.php

  • Committer: g.giusti at giano-solutions
  • Date: 2008-05-21 19:55:11 UTC
  • Revision ID: g.giusti@giano-solutions.com-20080521195511-t4ga5dfh6d55q5db
New Html Componenents Presentation layer

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
        }
81
81
        
82
82
        // Link to next example page
83
 
        $txt .= "<br><br><br><br><a href='11.php'>Mail sender example &raquo;</a>";
 
83
        $txt .= "<br><br><br><br><a href='12.php'>Form example &raquo;</a>";
84
84
        
85
85
        
86
86