Changeset 1328
- Timestamp:
- 12/03/07 19:34:17 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/mod/template/templates/Default_Template/frontpage_loggedin
r1276 r1328 1 1 <h1>Welcome {{name}}</h1> 2 2 <p style="margin-top:20px;"> 3 This is {{sitename}}, a social network. Why not check out <a href="{{url}} _weblog/everyone.php">what people are saying</a> right now?3 This is {{sitename}}, a social network. Why not check out <a href="{{url}}weblog/everyone">what people are saying</a> right now? 4 4 </p> 5 5 <p> devel/mod/template/templates/Default_Template/frontpage_loggedout
r1276 r1328 1 1 <h1>Welcome {{name}}</h1> 2 2 <p style="margin-top:20px;"> 3 This is {{sitename}}, a social network. Why not check out <a href="{{url}} _weblog/everyone.php">what people are saying</a> right now?3 This is {{sitename}}, a social network. Why not check out <a href="{{url}}weblog/everyone">what people are saying</a> right now? 4 4 </p> 5 5 <p> … … 10 10 </p> 11 11 <p> 12 If you like what you see, why not <a href="{{url}} _invite/register.php">register for an account</a>?12 If you like what you see, why not <a href="{{url}}mod/invite/register.php">register for an account</a>? 13 13 </p>
