Skip to content
Snippets Groups Projects
branding.tpl 368 B
Newer Older
  • Learn to ignore specific revisions
  • <div id="branding">
    	<div id="brandingC">
    	<div class="cornerTopLeft">
    	<div class="cornerTopRight">
    		<div id="logo">
    			<a href="/"><img src="/images/sucslogo-halo.png" width="170px" height="76px" alt="SUCS" /></a>
    		</div>
    
    {include file="login.tpl"}
    
    		<div id="title">
    			<h1>{$title}</h1>
    {include file="breadcrumb.tpl"}
    
    		</div>
    	</div>
    	</div>
    	</div>
    </div>