| [ Index ] |
PHP Cross Reference of Nucleus CMS 3.32 |
[Summary view] [Print] [Text view]
1 </div><!-- end of the contents div --> 2 3 <!-- definition of the logo (left-top) --> 4 <div class="logo"> 5 <img src="<%skinfile(atom.gif)%>" width="150" height="150" alt="" /> 6 </div> 7 8 <!-- definition of the menu --> 9 <div class="menu"> 10 <!-- accessibility anchor --> 11 <a name="navigation" id="navigation" class="skip"></a> 12 <h1 class="skip">Navigation</h1> 13 14 <h2>Navigation</h2> 15 <ul class="nobullets"> 16 <li><a href="<%todaylink%>">Today</a></li> 17 <li><a href="<%archivelink%>">Archives</a></li> 18 <li><a href="<%adminurl%>">Admin Area</a></li> 19 </ul> 20 21 <h2>Categories</h2> 22 <%categorylist(default)%> 23 24 <h2>Search</h2> 25 <%searchform%> 26 27 <h2>Login</h2> 28 <%loginform%> 29 30 <h2>My Links</h2> 31 32 <ul class="nobullets"> 33 <li><a href="http://nucleuscms.org/" title="This site is Nucleus-powered">Nucleus</a></li> 34 <li><a href="http://www.weblogs.com/" title="latest updates">Weblogs.com</a></li> 35 <li><a href="http://www.daypop.com/" title="Search news & weblog sites">DayPop</a></li> 36 <li><a href="http://www.google.com/" title="Search the web">Google</a></li> 37 </ul> 38 39 <h2>powered by</h2> 40 <%nucleusbutton(nucleus2.gif,46,43)%> 41 42 </div> 43 44 </body> 45 </html>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Tue Feb 12 15:34:36 2008 | Cross-referenced by PHPXref 0.7 |