added the CommunityManager, the initial implementation of community objects,
and related supporting code and database material
This commit is contained in:
@@ -39,12 +39,14 @@
|
||||
favicon_url = URL to the MSIE-style FAVICON
|
||||
favicon_ltyp = Linkage type of the MSIE-style FAVICON
|
||||
lbar_width = Left bar width in pixels
|
||||
ms_copyright_violations = True to prevent adding anti-Smart Tags META tag
|
||||
ms_copyright_violations = True to prevent adding anti-Microsoft Smart Tags META tag
|
||||
generator = Page generator (Venice and Dynamo versions)
|
||||
*#
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>#encodeHTML( $pagetitle ) - #encodeHTML( $sitetitle )</title>
|
||||
<meta name="GENERATOR" content="$generator" />
|
||||
#if( $pgicon_url && $pgicon_ltyp && $pgicon_mime )
|
||||
<link rel="icon" href="#formatURL( $pgicon_ltyp $pgicon_url )" type="$pgicon_mime" />
|
||||
#end
|
||||
|
||||
Reference in New Issue
Block a user