Ignore:
Timestamp:
Jun 28, 2012, 3:10:50 PM (12 years ago)
Author:
mistic100
Message:

-remove '.svn' from templates list
-update home template with new ExtendedDescription option

Location:
extensions/AdditionalPages/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/AdditionalPages/trunk/admin/add_page.inc.php

    r16118 r16122  
    222222    while (($dir = readdir($dh)) !== false)
    223223    {
    224       if ( is_dir(AP_DISTRIBUED.$dir) and $dir!='.' and $dir!='..' )
     224      if ( is_dir(AP_DISTRIBUED.$dir) and $dir!='.' and $dir!='..' and $dir!='.svn' )
    225225      {
    226226        array_push($distribued, load_ap_template($dir, false));
  • extensions/AdditionalPages/trunk/distribued/standalone_home/content.tpl

    r16118 r16122  
    55.Online {display:none;}
    66 
    7 .myHomePage_photo {text-align: center; margin:50px 0 20px 0}
    8 .myHomePage_photo a img {border-width:2px; border-style:solid;}
     7.myHomePage_photo {text-align: center; margin:50px 0 20px 0;}
     8.myHomePage_photo a img {border-width:2px; border-style:solid; border-color:#666;}
    99.myHomePage_links {letter-spacing:2px; text-align:center; margin-bottom:0; font-weight:bold;}
    1010.myHomePage_name {margin-top:30px; letter-spacing:2px; text-align:center;}
     
    1313<div id="myHomePage">
    1414  <div class="myHomePage_photo">
    15     <a href="index.php?/categories"><img src="[photo 1234 L]"></a>
     15    <a href="index.php?/categories">[photo=12345;L;false]</a>
    1616  </div>
    1717 
Note: See TracChangeset for help on using the changeset viewer.