|
Left Column: Text
|
|
This site is powered by NukeLayout PHP Class
|
|
|
|
|
|
HukeLayout PHP Class Version 1.1
|
This release is considered stable.
Changelog for this release
-- Added support - better theme support
-- added examples for themes
-- created functions to set vars
Example usage of functions
$mypage->set_nukeLayout("NukeLayout php Class", "nukelayout.jpg", "wine");
$mypage->set_pageTitle("NukeLayout PHP Class 1.0");
-- OnLine Demo available of version 1.1
|
|
|
HukeLayout PHP Class Version 1.0
|
This release is considered stable.
Changelog for this release
-- Fixed - bug where layout would fail if php was configured
using the --disable-short-tags which doesn't allow
-- As a result I removed the mixture of HTML and now using
only php calls
-- cleaned up code... more readable
-- added support - to META keywords
The Title of page is used to generate keywords for page
-- changed #000000 to
-- made active and visited link color vars
-- added support - ability to set page cache var ON/OFF
-- Jumped version # from 0.3 ->
1.0
-- moving from development to stable
Why did I jump to version 1.0 from 0.3?
Amount of code changes and I feel that the class is complete.
I could add some bloat, but I want the class to be as simple as
possible to use. Plus I feel that its stable enough to
be considered a production release.
|
|
|
NukeLayout PHP Class Version 0.3
|
-- Fixed - failed HTML validation issue
I would like to thank Mathew Solnik for making me aware of this
NOTE A page with ONLY Text it will format HTML without errors..
If invalid HTML is used by the page developer it will produce
invalid HTML errors when validated
-- Fixed - major bug in navBarLinks() -- upgrade required to fix
in the narBarLinks() I had hardcoded /$val which
caused links to become broken if outside the ./ directory
e.g. http://freshmeat.net would be http://sitename/http://freshmeat.net
-- Fixed - renamed some vars
$userightcol ---> $rightbarStatus
$leftbarOff ---> $leftbarStatus
$topbannerOff ---> $topbannerStatus
$bottombannerOff ---> $bottombannerStatus
-- Fixed - removed the Default link array for site from inside class
removing it gives more control and makes the class easier to use.
$this->nukelayoutmenuLink_array = array("HOME"=>"./"); REMOVED
-- Added support - set bottom banner text by using
$mypage->nukelayoutfooterText
-- Added support - define what appeared before link_array
in main menu box e.g.
$this->nukelayoutmenuLinkstarter = < IMG SRC=dot.gif >
default *
-- Added support - turn off Greeting
-- Added support - change the postion of the site logo
e.g. left, middle, right
-- Added support - make site banner a link to ./ or no link
no link default
-- Added support - ability point to a remote site and have itin a new windows via the main menu links
rhttp://www.linux.com wouldhttp://www.linux.com in a new
browser window
-- version 0.3
|
|
|
NukeLayout PHP Class Version 0.2
|
-- Fix bug in layout
space between left middle column and right column
render badly.. thanks IE explorer for finding this
bug
-- renamed most of the functions to nukelayoutXxxx
-- renamed the leftbar and right bar render functions
to renderleftBar, renderrightBar
-- create var for site logo
-- begin working on color themes (still limited)
-- Added support for language (very basic)
-- verion 0.2
-- expand ability to over ride default values
-- add support to turn off features
turn off the rightBar, topBanner, bottomBanner, and leftBar
-- commented the code
-- Added a README brief example of how to use class
|
|
|
|
|
|
Lang: PHP
|
|
|
|