File: LayoutIgnoreTagFooter.html

package info (click to toggle)
libapache-mod-layout 3.2.1-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 328 kB
  • ctags: 224
  • sloc: ansic: 1,448; makefile: 122; sh: 43
file content (24 lines) | stat: -rw-r--r-- 523 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<HTML>
<BODY TEXT="#000000" LINK="#0000FF" VLINK="#551A8B" ALINK="#FF0000" BGCOLOR="#FFFFFF">

<H2>LayoutIgnoreTagFooter</H2>


<H3>Description</H3>
<P>With <B>LayoutIgnoreTagFooter</B> you can specify that if a tag (such as
&lt;frame&gt;) exists in the file, that mod_layout will ignore placing a footer on the file. 
</p>

<H3>Example</H3>
<BLOCKQUOTE>
&lt;VirtualHost www.foo.com:80&gt;<BR>
LayoutIgnoreTagFooter &lt;frame&gt;<BR>
&lt;/VirtualHost&gt<BR>
</BLOCKQUOTE>

<P>

<H3>Known Problems</H3>
None
</BODY>
</HTML>