From 77add465bef89150297abe5ee971e99a35e1a950 Mon Sep 17 00:00:00 2001 From: short <> Date: Sat, 29 Sep 2001 17:25:50 +0000 Subject: [PATCH] function heading() has now ($title=false) argument (generalized from index.php) Implemented "Cenik inzerce" (inzerce.php & co.) --- index.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/index.php b/index.php index b3ec9f0..d3e4249 100644 --- a/index.php +++ b/index.php @@ -11,14 +11,10 @@ .tab-head { font-weight: bold; color: yellow; background-color: transparent; } .post-type { font-family: monospace; } .smaller { font-size: smaller } -.centered { text-align: center; } .img-align { vertical-align:middle; } "; - heading(); + heading(true/*title*/); ?> -

-- 1.8.3.1