Navigation: thinBasic language > Script structure > Pre Parsing directives > #INCLUDE > #INCLUDE "Includes\Header.inc" |
|
'-------------------------------------------------------------------------
' Write page footer
'-------------------------------------------------------------------------
Function Page_Header() As String
Dim sBuffer As String
sBuffer = File_Load( _
LL_DataByName(gTheme, "Theme_AbsolutePath") & _
LL_DataByName(gConfig, "Theme_Header") _
)
Function = sBuffer
End Function
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |