Closed (works as designed)
Project:
Blueprint
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2010 at 23:03 UTC
Updated:
26 Feb 2010 at 20:35 UTC
Jump to comment: Most recent file
Comments
Comment #1
designerbrent commentedSam: Would you be able to provide either some examples or, even better, a patch?
Comment #2
pianomansam commentedI'm sorry, designerbrent. I thought it had attached my file. Let me try again. FYI, my changes are to 6.x-1.5.
Comment #3
designerbrent commentedThanks for uploading your code changes. I'll be looking into changing the control structures to using {}, however in the .tpl.php files my goal has been to make the tpl's readable by the themer. That is why I have opted so far to do the if statements as they are.
As to the print statements, I think I'll continue using the longhand version.
As it is, I'm only making bug fixes to the 1.x tree and any new development is happening on the 2.x branch.
Comment #4
pianomansam commentedFair enough, designerbrent. I come to theming as a developer, so I'm used to using and reading {}. Perhaps themers who are more design oriented are not. I'm not sure how Drupal coding standards apply to themes. Either way, I would encourage consistent usage. There are parts of the tpl files that use brackets and parts that do not. Thanks for your time and your effort to provide this theme. Your work has saved me much time.