From d2df9bc7cc9d4b3e53818470c5d0977c9a36677c Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Sun, 15 Apr 2007 17:41:17 +0000 Subject: update pMachine to EllisLab update copyright year update Code Igniter to CodeIgniter --- user_guide/nav/nav.js | 252 +++++++++++++++++++++++++------------------------- 1 file changed, 126 insertions(+), 126 deletions(-) (limited to 'user_guide/nav') diff --git a/user_guide/nav/nav.js b/user_guide/nav/nav.js index 46272984e..ef484f6f1 100644 --- a/user_guide/nav/nav.js +++ b/user_guide/nav/nav.js @@ -1,127 +1,127 @@ -function create_menu(basepath) -{ - var base = (basepath == 'null') ? '' : basepath; - - document.write( - '' + - '
' + - - '' + - - '

Basic Info

' + - '' + - - '

Installation

' + - '' + - - '

Introduction

' + - '' + - - '
' + - - '

General Topics

' + - '' + - - '
' + - - - '

Class Reference

' + - '' + - - '
' + - - '

Helper Reference

' + - '' + - - - '

Additional Resources

' + - '' + - - '
'); +function create_menu(basepath) +{ + var base = (basepath == 'null') ? '' : basepath; + + document.write( + '' + + '
' + + + '' + + + '

Basic Info

' + + '' + + + '

Installation

' + + '' + + + '

Introduction

' + + '' + + + '
' + + + '

General Topics

' + + '' + + + '
' + + + + '

Class Reference

' + + '' + + + '
' + + + '

Helper Reference

' + + '' + + + + '

Additional Resources

' + + '' + + + '
'); } \ No newline at end of file -- cgit v1.2.3-24-g4f1b