' Gambas class file Private Sub _PrintTitle() If Main.Path Then Print Html(Main.Path); Else Print "/"; Endif End Private Sub _PrintPage() Dim sPath As String sPath = Main.GetPagePath() If Main.Edit Then If Exist(sPath) Then Print Html(File.Load(sPath)); Return Endif If Not Main.Exist Then Print "
Click on the Create button to create it!" Print "