<?php
/**
* @file
* Template to display a view as a table.
*
* - $title : The title of this group of rows. May be empty.
* - $header: An array of header labels keyed by field id.
* - $caption: The caption for this table. May be empty.
* - $header_classes: An array of header classes keyed by field id.
* - $fields: An array of CSS IDs to use for each field id.
* - $classes: A class or classes to apply to the table, based on settings.
* - $row_classes: An array of classes to apply to each row, indexed by row
Can you update a Drupal 6 custom theme to a Drupal 7 version and keep it looking exactly the same? I don't know coding, so first, can you do it without any coding involved? Second, can you even do it with coding involved? If so, is this not even worth it?
Hi all,
I have a module with menu items, and i need alter menu of this module in theme(because this module is used in many theme, i can not alter on it directly). Please support me a solution for this problem!
whenever I try a new theme for my homesite, I always have a "Home" link in my navigation. How can I get rid of it? Is there somewhere a configuration to be disabled?