CodeIgniter Forums
Header Library v2.0 Download - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: Header Library v2.0 Download (/showthread.php?tid=34578)

Pages: 1 2


Header Library v2.0 Download - El Forum - 10-04-2010

[eluser]Fireclave[/eluser]
Hi, i am searching the Header Library v2.0, but the Link is broken.

http://www.daytonnolan.com/code_igniter/header-library-v20-codeigniter-extension

Do have anyone a download Link ?
(Or a better alternative ?)


Header Library v2.0 Download - El Forum - 10-04-2010

[eluser]Fireclave[/eluser]
Nobody, that have download this ?


Header Library v2.0 Download - El Forum - 10-04-2010

[eluser]Sbioko[/eluser]
This http://www.greeneggmedia.com/code/codeigniter-head-library?


Header Library v2.0 Download - El Forum - 10-04-2010

[eluser]Sbioko[/eluser]
http://github.com/adamfairholm/CodeIgniter-Head-Library


Header Library v2.0 Download - El Forum - 10-04-2010

[eluser]Fireclave[/eluser]
thank you, do you have another alternative library ?


Header Library v2.0 Download - El Forum - 10-04-2010

[eluser]textnotspeech[/eluser]
Hey, sorry for the broken link, been messing around with my blog (put it on EE 2.0) and messed up the link. Just added my header library to github if you liked my library: http://github.com/textnotspeech/ciheader


Header Library v2.0 Download - El Forum - 10-04-2010

[eluser]Sbioko[/eluser]
You are welcome! Nope.


Header Library v2.0 Download - El Forum - 10-05-2010

[eluser]Fireclave[/eluser]
thx. for the nice work =)
( thx to all posts )

do you have an example for this class ?

or a doc ?


Header Library v2.0 Download - El Forum - 10-05-2010

[eluser]textnotspeech[/eluser]
Actually found the download you were looking for which includes documentation.


Header Library v2.0 Download - El Forum - 10-05-2010

[eluser]Fireclave[/eluser]
Is this right ?

$this->header->body_id('body_id');

// Produces:
<title>body id="body_id"</title>

Or shoud it be
<body id="body_id">