|
From: <unl...@us...> - 2002-08-16 13:14:29
|
Update of /cvsroot/meshdb/www/deal/includes
In directory usw-pr-cvs1:/tmp/cvs-serv16393/includes
Modified Files:
page_header.php
Log Message:
Changes. Finalising design
Index: page_header.php
===================================================================
RCS file: /cvsroot/meshdb/www/deal/includes/page_header.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- page_header.php 14 Aug 2002 07:57:14 -0000 1.3
+++ page_header.php 16 Aug 2002 13:14:26 -0000 1.4
@@ -34,22 +34,28 @@
array('overall_header' => 'overall_header.tpl')
);
-/*
+
//
// The following assigns all _common_ variables that may be used at any point
-// in a template. Example
+// in a template.
//
$template->assign_vars(array(
-
- 'U_REGISTER' => append_sid('profile.'.$phpEx.'?mode=register'),
- 'U_PROFILE' => append_sid('profile.'.$phpEx.'?mode=editprofile'),
- 'T_SPAN_CLASS2' => $theme['span_class2'],
- 'T_SPAN_CLASS3' => $theme['span_class3'],
- 'NAV_LINKS' => $nav_links_html)
+ 'SITE_TITLE' => 'The Brisbane Mesh Wireless Metropolitan Area Network',
+ 'SITE_IMAGE' => 'templates/images/brismeshlogo_right_top.png',
+ 'SITE_NAME' => 'BrisMesh',
+ 'PRICES_DB' => 'Retail Prices & Deals',
+ 'PRICES_DB_LINK' => 'index.'.$phpEx,
+ 'PRODUCTS_DB' => 'Products',
+ 'PRODUCTS_DB_LINK' => 'products.'.$phpEx,
+ 'VENDORS_DB' => 'Vendors',
+ 'VENDORS_DB_LINK' => 'vendors.'.$phpEx,
+ 'HWPOOL_DB' => 'Hardware Pool',
+ 'HWPOOL_DB_LINK' => 'hwpool.'.$phpEx,
+ 'SITE_IMAGE' => 'templates/images/brismeshlogo_right_top.png')
);
-*/
+
$template->pparse('overall_header');
-?>
\ No newline at end of file
+?>
|