Advertisement
Guest User

Includes_Breadcrumbs.xml

a guest
May 30th, 2013
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <includes>
  3. ...
  4.     <include name="Breadcrumbs_Furniture">
  5.         <control type="group">
  6. ...
  7.             <control type="grouplist">
  8. ...
  9.             <control type="group">
  10.                 <control type="grouplist">
  11. ...
  12.                     <control type="label">
  13.                         <height>38</height>
  14.                         <width min="15" max="1920">auto</width>
  15.                         <font>Font_Reg17_Caps</font>
  16.                         <textcolor>$VAR[BreadCrumbsContentColorVar]</textcolor>
  17.                         <shadowcolor>bcshadow</shadowcolor>
  18.                         <scroll>false</scroll>
  19.                         <label>[COLOR=$VAR[TitleColorVar]]$INFO[System.ProfileName][/COLOR]  • [COLOR $VAR[BreadCrumbsContentColorVar]] $INFO[System.Date(DDD)], $INFO[System.Date(d)] $INFO[System.Date(mmm)] $INFO[System.Date(yyyy)]  •  [/COLOR][COLOR=$VAR[TitleColorVar]]$INFO[System.Time][/COLOR]</label>
  20.                     </control>
  21.                 </control>
  22.             </control>
  23.         </control>
  24.     </include>
  25. ...
  26. </includes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement