Changeset 1388

Show
Ignore:
Timestamp:
12/06/07 12:50:14 (1 year ago)
Author:
rho
Message:

removed page keyword from default frontpage

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/template/templates/Default_Template/css

    r1276 r1388  
    711711   margin:0; 
    712712} 
     713 
     714#confirm-form { 
     715        width: 70%; 
     716        margin: 30px auto; 
     717        text-align: center; 
     718        font-size: 1.2em; 
     719        border: 1px #eee solid; 
     720        background: #f8f8f8; 
     721} 
     722 
     723#confirm-form h3 { 
     724        font-size: 1.2em; 
     725        padding: 10px; 
     726        padding-top: 20px; 
     727} 
  • devel/mod/template/templates/Default_Template/frontpage_loggedin

    r1343 r1388  
    1212    <a href="{{url}}{{username}}">View your profile</a>! Your portfolio is the main way people find out about you. You can edit your details and choose exactly what you want to share with whom. 
    1313</p> 
    14 <p>Navigate: {{page:Main}} | {{page:About}}</p> 
  • devel/mod/template/templates/Default_Template/frontpage_loggedout

    r1343 r1388  
    1212    If you like what you see, why not <a href="{{url}}mod/invite/register.php">register for an account</a>? 
    1313</p> 
    14 <p>Navigate: {{page:Main}} | {{page:About}}</p>