Jump to content

Search the Community

Showing results for tags 'header footer include'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to ProcessWire
    • News & Announcements
    • Showcase
    • Wishlist & Roadmap
  • Community Support
    • Getting Started
    • Tutorials
    • FAQs
    • General Support
    • API & Templates
    • Modules/Plugins
    • Themes and Profiles
    • Multi-Language Support
    • Security
    • Jobs
  • Off Topic
    • Pub
    • Dev Talk

Product Groups

  • Form Builder
  • ProFields
  • ProCache
  • ProMailer
  • Login Register Pro
  • ProDrafts
  • ListerPro
  • ProDevTools
  • Likes
  • Custom Development

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. Does anyone know if there's a trick to include a PW header & footer into another PHP script? I would like to have the same header and footer on an old ordering system as I have on the main website programmed in PW. I've tried to make a header page, that simply shows the header of the website, but I cannot include('path/to/headerpage') in my other PHP script?? This works: // Include ProcessWire require("../index.php"); // Get header $header_page = wire()->pages->get("/external_head/"); echo $header_page->url; This does not work for me: // Include ProcessWire require("../index.php"); // Get header $header_page = wire()->pages->get("/external_head/"); include($header_page->url);
×
×
  • Create New...