wiki-archive/twiki/data/TWiki/TWikiTip011.txt,v

40 lines
652 B
Plaintext

head 1.1;
access;
symbols;
locks; strict;
comment @# @;
1.1
date 2006.02.01.12.01.24; author TWikiContributor; state Exp;
branches;
next ;
desc
@new-topic
@
1.1
log
@buildrelease
@
text
@%META:TOPICINFO{author="TWikiContributor" date="1107569826" format="1.0" version="1"}%
%META:TOPICPARENT{name="TWikiTipsOfTheDay"}%
---+ Server side include
To include the contents of a web page or TWiki topic, use =%<nop>INCLUDE{"page"}%=.
Examples:
* =%<nop>INCLUDE{"http://www.google.com/"}%=
* =%<nop>INCLUDE{"%TWIKIWEB%.WebHome"}%=
* =%<nop>INCLUDE{"WebHome"}%=
[[TWikiTipsOfTheDay][See More Tips...]]
-- TWiki:Main.PaulineCheung - 29 Jan 2005
@