[Pro] Where do Perch runtime files go in FWP?

Where should these Perch files be placed in FWP’s HTML markup?

<?php include('../perch/runtime.php'); ?>

and

<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.php" />
<link rel="stylesheet" href="/css/blog.css" type="text/css" />

offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

On Feb 7, 2014, at 10:05 AM, RavenManiac wrote:

Where should these Perch files be placed in FWP’s HTML markup?

<?php include('../perch/runtime.php'); ?>

This first line belongs in the very top of the output page, so in the Before slot of the Page / HTML Markup dialog.

and

<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.php" />
<link rel="stylesheet" href="/css/blog.css" type="text/css" />

These belong in the page head somewhere, anywhere in After or Before will do.

Walter


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

That’s what I thought. Just checking. Thanks Walter.


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options