Pied Piper Pizza
MM_XSLTransform error.
site.xml is not a valid XML document.
Non-static method DOMDocument::loadXML() should not be called statically, assuming $this from incompatible context in file site.xml.
<?xml version="1.0" encoding="iso-8859-1"?>
<site>
	<cid></cid><!-- client ID -->
	<company>Pied Piper Pizza</company>
	<mURL>piedpiper.mglee.com</mURL><!-- Moblie URL -->
	<cssFile>mobile.css</cssFile>
	<modules>
		<homepath>http://mglee.com/client/home/</homepath>
		<module id="dailySpecials">
			<name>Daily Specials</name>
			<version>0.1</version>
			<state>off</state>
			<localpath>modules/dailySpecials</localpath>
			<datafile>dailySpecials.xml</datafile>
			<className>dailySpecials</className>
		</module>
	</modules>
	<page id="0" type="front">
		<title>Pied Piper Pizza</title>
		<item id="0" displayOrder="0">
			<logoImage width="128" height="77" alt="Pied Piper Pizza"></logoImage>
		</item>
		<item id="1" displayOrder="1" type="link">
			<styleID></styleID>
			<link>
				<display>location</display>
				<url>location.php</url>
			</link>
		</item>
		<item id="2" displayOrder="2" type="link">
			<styleID></styleID>
			<link>
				<display>menus</display>
				<url>menus.php</url>
			</link>
		</item>
		<item id="3" displayOrder="2" type="link">
			<styleID></styleID>
			<link>
				<display>about us</display>
				<url>aboutus.php</url>
			</link>
		</item>
	</page>
	<page id="1" type="menus">
		<title>Menus</title>
		<templateID>0</templateID>
		<styleID>0</styleID>
		<menus>
			<title></title>
			<menu id="1" displayOrder="1" accessKey="1">
				<title>Our Pizza With Prestige</title>
				<file>menu_pizza.xml</file>
			</menu>
			<menu id="2" displayOrder="2" accessKey="2">
				<title>(non-pizza items)</title>
				<file>menu_nonpizza.xml</file>
			</menu>
			<menu id="3" displayOrder="3" accessKey="3">
				<title>Pizza Your Way</title>
				<file>menu_pizzayourway.xml</file>
			</menu>
			<menu id="4" displayOrder="4" accessKey="4">
				<title>All-You-Can_eat Buffet</title>
				<file>menu_buffet.xml</file>
			</menu>
			<menu id="5" displayOrder="5" accessKey="5">
				<title>Beverages</title>
				<file>menu_beverages.xml</file>
			</menu>		
		</menus>
	</page>
	<page id="1" type="locations">
		<title>Roses Locations</title>
		<templateID>1</templateID>
		<styleID>1</styleID>
		<location id="0" displayOrder="0">
			<locName>NW Portland</locName>
			<address1>838 NW 23rd</address1>
			<address2></address2>
			<city>Portland</city>
			<state>OR</state>
			<zip>97210</zip>
			<phone>503.222.5292</phone>
			<fax>503.222.0932</fax>
		</location>
		<location id="1" displayOrder="1">
			<locName>Wells Fargo Center</locName>
			<address1>1300 SW 5th Ave.</address1>
			<address2></address2>
			<city>Portland</city>
			<state>OR</state>
			<zip>97210</zip>
			<phone>503.827.3354</phone>
			<fax>503.221.6674</fax>
		</location>
		<location id="2" displayOrder="2">
			<locName>Sherwood</locName>
			<address1>16015 SW Tualitan-Sherwood Road</address1>
			<address2></address2>
			<city>Sherwood</city>
			<state>OR</state>
			<zip>97210</zip>
			<phone>503.925.1016</phone>
			<fax>503.925.0950</fax>
		</location>
		<location id="3" displayOrder="3">
			<locName>Tanasbourne</locName>
			<address1></address1>
			<address2></address2>
			<city></city>
			<state>OR</state>
			<zip></zip>
			<phone></phone>
			<fax></fax>
		</location>
		<location id="4" displayOrder="4">
			<locName>Fisher's Landing</locName>
			<address1></address1>
			<address2></address2>
			<city></city>
			<state>OR</state>
			<zip></zip>
			<phone></phone>
			<fax></fax>
		</location>
	</page>
</site>
home | top | menus | location

mobile sites by mglee.com