Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Smarty 0.54 KB | None | 0 0
  1.     {* Breadcrumbs *}
  2.     <ul class="breadCrumbs">
  3.         <li><a href="index.php{@SID_ARG_1ST}"><img src="icon/indexS.png" alt="" /> <span>{PAGE_TITLE}</span></a> &raquo;</li>
  4.     </ul>
  5.     {* Überschrift *}
  6.     <div class="mainHeadline">
  7.         <img src="{@RELATIVE_WCF_DIR}icon/systemL.png" alt="" />
  8.         <div class="headlineContainer">
  9.             <h2>{lang}ucp.main.title{/lang}</h2>
  10.             <p>{lang}ucp.main.page.description{/lang}</p>
  11.         </div>
  12.     </div>
  13.     {* Inhalt *}
  14.     <div class="border content" style="border: none;">
  15.         <div class="container-1">
  16.             Inhalt
  17.         </div>
  18.     </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement