root/de.mdman.profile.lastvisitors/pagelocation.xml @ 762

Revision 762, 0.6 kB (checked in by MDMAN, 4 years ago)

new Version 1.3.2 pl 2 added to de.mdman.profile.lastvisitors

RevLine 
[762]1<?xml version="1.0"?>
2<!DOCTYPE import SYSTEM "DTD/import.dtd">
3<data>
4        <import>
5                <pagelocation name="wcf.user.profile.lastvisitors.location.tab">
6                        <pattern><![CDATA[index\.php\?page=MoreVisitorsTab&.*userID=(\d+)]]></pattern>
7                        <classpath>lib/data/page/location/UserLocation.class.php</classpath>
8                </pagelocation>
9        </import>
10        <import>
11                <pagelocation name="wcf.user.profile.lastvisitors.location.side">
12                        <pattern><![CDATA[index\.php\?page=MoreVisitors&.*userID=(\d+)]]></pattern>
13                        <classpath>lib/data/page/location/UserLocation.class.php</classpath>
14                </pagelocation>
15        </import>
16</data>
Note: See TracBrowser for help on using the browser.